Home
last modified time | relevance | path

Searched refs:disable_contiguous (Results 1 – 1 of 1) sorted by relevance

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2676 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) macro
4150 disable_contiguous(m); /* Don't try contiguous path in the future */ in sys_alloc()
5449 disable_contiguous(m); in init_user_mstate()