Home
last modified time | relevance | path

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

/bionic/libc/upstream-dlmalloc/
Dmalloc.c2661 #define disable_contiguous(M) ((M)->mflags |= USE_NONCONTIGUOUS_BIT) macro
4162 disable_contiguous(m); /* Don't try contiguous path in the future */ in sys_alloc()
5447 disable_contiguous(m); in init_user_mstate()