Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/
Ddlmalloc.c1730 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
2437 #define ok_pinuse(p) pinuse(p)
2636 assert(pinuse(p)); in do_check_top_chunk()
2660 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
2678 assert(pinuse(p)); in do_check_free_chunk()
2833 assert(pinuse(q)); in traverse_and_check()
3338 assert(pinuse(oldfirst)); in prepend_alloc()
4283 if (!pinuse(p)) { in dlfree()
4684 if (!pinuse(p)) { in mspace_free()
/external/libffi/src/
Ddlmalloc.c1725 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
2432 #define ok_pinuse(p) pinuse(p)
2631 assert(pinuse(p)); in do_check_top_chunk()
2655 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
2673 assert(pinuse(p)); in do_check_free_chunk()
2828 assert(pinuse(q)); in traverse_and_check()
3333 assert(pinuse(oldfirst)); in prepend_alloc()
4278 if (!pinuse(p)) { in dlfree()
4679 if (!pinuse(p)) { in mspace_free()
/external/dlmalloc/
Dmalloc.c2257 #define pinuse(p) ((p)->head & PINUSE_BIT) macro
3017 #define ok_pinuse(p) pinuse(p)
3248 assert(pinuse(p)); in do_check_top_chunk()
3249 assert(!pinuse(chunk_plus_offset(p, sz))); in do_check_top_chunk()
3272 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
3290 assert(pinuse(p)); in do_check_free_chunk()
3445 assert(pinuse(q)); in traverse_and_check()
3966 assert(pinuse(oldfirst)); in prepend_alloc()
4389 if (!pinuse(p)) { in dispose_chunk()
4729 if (!pinuse(p)) { in dlfree()
[all …]