HomeSort by relevance Sort by last modified time
    Searched defs:lmalloc (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/common/
malloc.c 154 * Replace both malloc() and lmalloc() (libc's private memory allocator).
157 #pragma weak lmalloc = malloc macro
  /onnv/onnv-gate/usr/src/lib/libc/port/threads/
alloc.c 51 * because pointers returned by lmalloc() are stored in the
54 * Memory blocks returned by lmalloc() are initialized to zero.
83 * On the very first lmalloc(), before any memory has been allocated,
179 lmalloc(size_t size) function
349 if ((ptr = lmalloc(size)) == NULL)
362 if ((ptr = lmalloc(size)) == NULL)

Completed in 480 milliseconds