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

/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dmspace.c276 access to non-existent (or non-owned) memory. If pinuse is set for
286 Each freshly allocated chunk must have both cinuse and pinuse set.
390 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
404 /* extract next chunk's pinuse bit */
411 /* Set size, pinuse bit, and foot */
415 /* Set size, pinuse bit, foot, and clear next pinuse */
1033 /* Check if p has its pinuse bit on */
1034 #define ok_pinuse(p) pinuse(p)
1068 /* Set cinuse bit and pinuse bi
[all...]

Completed in 4 milliseconds