Home | History | Annotate | Download | only in upstream-dlmalloc

Lines Matching refs:is_mmapped_segment

2476 #define is_mmapped_segment(S)  ((S)->sflags & USE_MMAP_BIT)
4280 if (is_mmapped_segment(sp) && !is_extern_segment(sp)) {
4331 if (is_mmapped_segment(sp)) {