Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c1714 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
2385 #define ok_pinuse(p) pinuse(p)
2579 assert(pinuse(p)); in do_check_top_chunk()
2603 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
2621 assert(pinuse(p)); in do_check_free_chunk()
2776 assert(pinuse(q)); in traverse_and_check()
3283 assert(pinuse(oldfirst)); in prepend_alloc()
4226 if (!pinuse(p)) { in dlfree()
4627 if (!pinuse(p)) { in mspace_free()