Lines Matching defs:malloc
52 * The MT hot malloc implementation contained herein is designed to be
53 * plug-compatible with the libc version of malloc. It is not intended
104 * get to the aligned address from malloc'ed address is the minimum size
107 * from memaligned address, we can get to the malloc'ed address. Otherwise,
110 * malloc'ed address.
234 malloc(size_t bytes)
258 return (malloc(bytes));
270 * p = malloc(64);
283 new = malloc(bytes);
348 ptr = malloc(size);
473 /* <= MTMALLOC_MIN_ALIGN, malloc can provide directly */
475 return (malloc(size));
484 alloc_buf = malloc(alloc_size);
487 /* malloc sets errno */
491 * If alloc_size > MAX_CACHED, malloc() will have returned a multiple of
752 * Reinitialize free blocks in case malloc() is called prior
1555 * that calls malloc(). If it did, disaster would ensue.
1560 * ran first and called malloc(), disaster would ensue.
1561 * Because this is an interposer library for malloc(), the