Searched defs:libld_malloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dutil.c49 * libld_malloc() and dz_map() are used for both performance and for ease of
75 * libld_malloc() is actually the address of (block + 8):
82 * by libld_malloc() must be 8 byte-aligned. Even in a 32-bit environment,
103 libld_malloc(size_t size) function
159 return (libld_malloc(size));
173 if ((vptr = libld_malloc(size)) != NULL)
272 if ((new = libld_malloc(strlen(str) + 1)) == NULL)
295 if ((str = libld_malloc(len)) == NULL)

Completed in 61 milliseconds