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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1595 access to non-existent (or non-owned) memory. If pinuse is set for
1605 Each freshly allocated chunk must have both cinuse and pinuse set.
1714 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
1728 /* extract next chunk's pinuse bit */
1735 /* Set size, pinuse bit, and foot */
1739 /* Set size, pinuse bit, foot, and clear next pinuse */
2384 /* Check if p has its pinuse bit on */
2385 #define ok_pinuse(p) pinuse(p)
2419 /* Set cinuse bit and pinuse bi
[all...]

Completed in 210 milliseconds