Home | History | Annotate | Download | only in mpreal

Lines Matching refs:cinuse

2021   Each freshly allocated chunk must have both cinuse and pinuse set.

2048 3. Chunks allocated via mmap, have both cinuse and pinuse bits
2130 #define cinuse(p) ((p)->head & CINUSE_BIT)
2911 /* Set cinuse bit and pinuse bit of next chunk */
2916 /* Set cinuse and pinuse of this chunk and pinuse of next chunk */
2921 /* Set size, cinuse and pinuse bit of this chunk */
4780 if (!cinuse(next)) { /* consolidate forward */
5210 if (!cinuse(next)) { /* consolidate forward */