Searched refs:sys_alloc (Results 1 - 1 of 1) sorted by relevance

/external/dlmalloc/
H A Dmalloc.c1782 sequences of calls to MORECORE. In many cases sys_alloc requires
2428 sys_alloc.) When allocating using MMAP, we don't use any of the
2685 /* For sys_alloc, enough padding to ensure can malloc request on success */
4053 static void* sys_alloc(mstate m, size_t nb) { function
4593 ensure_initialization(); /* initialize in sys_alloc if not using locks */
4694 mem = sys_alloc(gm, nb);
5642 mem = sys_alloc(ms, nb);
6110 * don't reuse adjusted asize in sys_alloc
6135 * Fix insufficient sys_alloc padding when using 16byte alignment

Completed in 193 milliseconds