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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2208 Each freshly allocated chunk must have both cinuse and pinuse set.
2235 3. Chunks allocated via mmap, have both cinuse and pinuse bits
2317 #define cinuse(p) ((p)->head & CINUSE_BIT) macro
3111 /* Set cinuse bit and pinuse bit of next chunk */
3116 /* Set cinuse and pinuse of this chunk and pinuse of next chunk */
3121 /* Set size, cinuse and pinuse bit of this chunk */
4453 if (!cinuse(next)) { /* consolidate forward */
4793 if (!cinuse(next)) { /* consolidate forward */
4925 else if (!cinuse(next)) { /* extend into next free chunk */
5720 if (!cinuse(nex
[all...]

Completed in 41 milliseconds