K 10 svn:author V 3 kib K 8 svn:date V 27 2012-04-05T10:38:07.199066Z K 7 svn:log V 337 MFC r233307: Use xmalloc() instead of malloc() in the places where malloc() calls are assumed to not fail. Make the xcalloc() calling conventions follow the calloc(3) calling conventions and replace unchecked calls to calloc() with calls to xcalloc(). Remove redundand declarations from xmalloc.c, which are already present in rtld.h. END