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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1605 Each freshly allocated chunk must have both cinuse and pinuse set.
1713 #define cinuse(p) ((p)->head & CINUSE_BIT) macro
2382 /* Check if p has its cinuse bit on */
2383 #define ok_cinuse(p) cinuse(p)
2419 /* Set cinuse bit and pinuse bit of next chunk */
2424 /* Set cinuse and pinuse of this chunk and pinuse of next chunk */
2429 /* Set size, cinuse and pinuse bit of this chunk */
2600 assert(cinuse(p));
2613 assert(!cinuse(p));
2622 assert (next == m->top || cinuse(nex
[all...]

Completed in 178 milliseconds