Searched refs:is_mmapped (Results 1 - 1 of 1) sorted by relevance

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2321 #define is_mmapped(p) (((p)->head & INUSE_BITS) == 0) macro
2354 (is_mmapped(p)? MMAP_CHUNK_OVERHEAD : CHUNK_OVERHEAD)
2358 #define calloc_must_clear(p) (!is_mmapped(p))
3302 assert(is_mmapped(p));
3318 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p);
3319 if (is_mmapped(p))
3330 assert (!is_mmapped(p));
3356 assert(is_mmapped(p) || sz < (s + MIN_CHUNK_SIZE));
4428 if (is_mmapped(p)) {
4767 if (is_mmapped(
[all...]

Completed in 90 milliseconds