Home | History | Annotate | Download | only in src

Lines Matching refs:sys_alloc

1380     MORECORE.  In many cases sys_alloc requires two calls, that should
1837 sys_alloc.) When allocating using MMAP, we don't use any of the
3359 static void* sys_alloc(mstate m, size_t nb) {
4183 mem = sys_alloc(gm, nb);
4590 mem = sys_alloc(ms, nb);