Lines Matching refs:malloc
2 Default header file for malloc-2.8.x, written by Doug Lea
11 * If USE_DL_PREFIX is defined, it is assumed that malloc.c
16 file will be #included AFTER <malloc.h>. This is needed only if
19 INSTEAD of your system system <malloc.h>. At least on ANSI, all
49 #define dlmalloc malloc
89 malloc(size_t n)
94 If n is zero, malloc returns a minimum-sized chunk. (The minimum
107 allocated using malloc or a related routine such as realloc.
128 employs the equivalent of a malloc-copy-free sequence.
130 If p is null, realloc is equivalent to malloc.
152 8-byte alignment is guaranteed by normal malloc calls, so don't
173 normally defined in malloc.h. None of these are use in this malloc,
174 so setting them has no effect. But this malloc also supports other
192 number of bytes allocated by malloc, realloc etc., is less than this
305 should instead use a single regular malloc, and assign pointers at
334 detect enough difference from series of malloc calls to bother.
354 to sbrk) if there is unused memory at the `high' end of the malloc
378 number of bytes allocated via malloc (or realloc, etc) but not yet
387 (normally sbrk) outside of malloc.
407 p = malloc(n);
467 mspace_malloc behaves as malloc, but operates within