Lines Matching defs:malloc
40 #include "malloc.h"
56 * use level memory allocater (malloc, free, realloc)
58 * -malloc, free, realloc and mallopt form a memory allocator
59 * similar to malloc, free, and realloc. The routines
90 * with a preceding block during the search phase of malloc.
95 * freed and reallocated on the next call to malloc. The
101 * malloc. This block contains a header and ?????? small blocks.
177 * malloc(nbytes) - give a user nbytes to use
181 malloc(size_t nbytes)
211 return (malloc(size));
305 * malloc_unlocked(nbytes, nosmall) - Do the real work for malloc
341 * pointers by calling malloc recursively.
759 * reallocating a free block, malloc doesn't alter the contents
826 /* bite the bullet, and call malloc */
861 mp = malloc(total);
892 * M_KEEP Retain data in freed block until the next malloc,
895 * the old version of malloc, and is not recommended.
898 * 1, if malloc has previously been called or
962 * of space usage, defined in malloc.h
1147 * the first call to malloc, even if some