Lines Matching refs:is_mmapped
2133 #define is_mmapped(p) (((p)->head & INUSE_BITS) == 0)
2164 (is_mmapped(p)? MMAP_CHUNK_OVERHEAD : CHUNK_OVERHEAD)
2168 #define calloc_must_clear(p) (!is_mmapped(p))
3089 assert(is_mmapped(p));
3105 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
3106 if (is_mmapped(p))
3117 assert (!is_mmapped(p));
3143 assert(is_mmapped(p) || sz < (s + MIN_CHUNK_SIZE));
4316 if (is_mmapped(oldp))
4419 if (is_mmapped(p)) { /* For mmapped chunks, just adjust offset */
4432 if (!is_mmapped(p)) {
4534 assert(!is_mmapped(p));
4754 if (is_mmapped(p)) {
5184 if (is_mmapped(p)) {
5511 * Use zeros instead of prev foot for is_mmapped