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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1820 sequences of calls to MORECORE. In many cases sys_alloc requires
2489 sys_alloc.) When allocating using MMAP, we don't use any of the
2746 /* For sys_alloc, enough padding to ensure can malloc request on success */
4097 static void* sys_alloc(mstate m, size_t nb) { function
4629 ensure_initialization(); /* initialize in sys_alloc if not using locks */
4730 mem = sys_alloc(gm, nb);
5664 mem = sys_alloc(ms, nb);
6132 * don't reuse adjusted asize in sys_alloc
6157 * Fix insufficient sys_alloc padding when using 16byte alignment

Completed in 79 milliseconds