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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1526 prev_foot and PINUSE_BIT bit of the following chunk header.
1589 The P (PINUSE_BIT) bit, stored in the unused low-order bit of the
1634 PINUSE_BIT in their head fields. Because they are allocated
1698 The head field of a chunk is or'ed with PINUSE_BIT when previous
1705 #define PINUSE_BIT (SIZE_T_ONE) macro
1707 #define INUSE_BITS (PINUSE_BIT|CINUSE_BIT)
1714 #define pinuse(p) ((p)->head & PINUSE_BIT)
1717 #define clear_pinuse(p) ((p)->head &= ~PINUSE_BIT)
1729 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
1737 ((p)->head = (s|PINUSE_BIT), set_foo
[all...]

Completed in 123 milliseconds