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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2197 access to non-existent (or non-owned) memory. If pinuse is set for
2208 Each freshly allocated chunk must have both cinuse and pinuse set.
2235 3. Chunks allocated via mmap, have both cinuse and pinuse bits
2318 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
2337 /* extract next chunk's pinuse bit */
2344 /* Set size, pinuse bit, and foot */
2348 /* Set size, pinuse bit, foot, and clear next pinuse */
3075 /* Check if p has its pinuse bit on */
3076 #define ok_pinuse(p) pinuse(
[all...]

Completed in 41 milliseconds