Searched defs:IS_MMAPPED_BIT (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1327 #define IS_MMAPPED_BIT (SIZE_T_ZERO) macro
1334 #define IS_MMAPPED_BIT (SIZE_T_ONE) macro
1633 (IS_MMAPPED_BIT) set in their prev_foot fields, and do not set
1701 IS_MMAPPED_BIT set, otherwise holding the offset of the base of the
1744 (!((p)->head & PINUSE_BIT) && ((p)->prev_foot & IS_MMAPPED_BIT))
1916 * If IS_MMAPPED_BIT set, the segment may be merged with
1931 #define is_mmapped_segment(S) ((S)->sflags & IS_MMAPPED_BIT)
2586 size_t len = (sz + (p->prev_foot & ~IS_MMAPPED_BIT) + MMAP_FOOT_PAD);
3173 p->prev_foot = offset | IS_MMAPPED_BIT;
3201 size_t offset = oldp->prev_foot & ~IS_MMAPPED_BIT;
[all...]

Completed in 225 milliseconds