Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1745 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT) macro
2637 assert(!next_pinuse(p)); in do_check_top_chunk()
2658 assert(next_pinuse(p)); in do_check_inuse_chunk()
2671 assert(!next_pinuse(p)); in do_check_free_chunk()
2720 assert(!next_pinuse(u)); in do_check_tree()
/external/libffi/src/
Ddlmalloc.c1740 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT) macro
2632 assert(!next_pinuse(p)); in do_check_top_chunk()
2653 assert(next_pinuse(p)); in do_check_inuse_chunk()
2666 assert(!next_pinuse(p)); in do_check_free_chunk()
2715 assert(!next_pinuse(u)); in do_check_tree()
/external/dlmalloc/
Dmalloc.c2277 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT) macro
3270 assert(next_pinuse(p)); in do_check_inuse_chunk()
3283 assert(!next_pinuse(p)); in do_check_free_chunk()
3332 assert(!next_pinuse(u)); in do_check_tree()