Lines Matching full:is_mmapped
5214 " bit (IS_MMAPPED) set in their size fields. Because they are\n" +
5279 "/* size field is or'ed with IS_MMAPPED if the chunk was obtained with mmap() */\n" +
5280 "#define IS_MMAPPED 0x2\n" +
5283 "#define chunk_is_mmapped(p) ((p)->size & IS_MMAPPED)\n" +
5288 " Note: IS_MMAPPED is intentionally not masked off from size field in\n" +
5293 "#define SIZE_BITS (PREV_INUSE|IS_MMAPPED)\n" +
6228 " set_head(p, (size - correction) |IS_MMAPPED);\n" +
6233 " set_head(p, size|IS_MMAPPED);\n" +
7460 " set_head(newp, (newsize - offset)|IS_MMAPPED);\n" +
7574 " set_head(newp, newsize|IS_MMAPPED);\n" +