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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1600 The C (CINUSE_BIT) bit, stored in the unused second-lowest bit of
1699 adjacent chunk in use, and or'ed with CINUSE_BIT if this chunk is in
1706 #define CINUSE_BIT (SIZE_T_TWO) macro
1707 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT)
1713 #define cinuse(p) ((p)->head & CINUSE_BIT)
1718 #define clear_cinuse(p) ((p)->head &= ~CINUSE_BIT)
2421 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
2426 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT),\
2431 ((p)->head = (s|PINUSE_BIT|CINUSE_BIT))
2444 ((p)->head = (((p)->head & PINUSE_BIT)|s|CINUSE_BIT),\
[all...]

Completed in 138 milliseconds