Home | History | Annotate | Download | only in dlmalloc

Lines Matching full:use_noncontiguous

2660 #define use_noncontiguous(M)  ((M)->mflags &   USE_NONCONTIGUOUS_BIT)
4107 if (MORECORE_CONTIGUOUS && !use_noncontiguous(m)) {