Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2288 #define next_chunk(p) ((mchunkptr)( ((char*)(p)) + ((p)->head & ~FLAG_BITS))) macro
2292 #define next_pinuse(p) ((next_chunk(p)->head) & PINUSE_BIT)
3270 assert(is_mmapped(p) || pinuse(p) || next_chunk(prev_chunk(p)) == p); in do_check_inuse_chunk()
3391 q = next_chunk(p); in do_check_smallbin()
3457 q = next_chunk(q); in traverse_and_check()
3519 q = next_chunk(q); in internal_mallinfo()
3559 q = next_chunk(q); in internal_malloc_stats()
4204 mchunkptr mn = next_chunk(mem2chunk(m)); in sys_alloc()
5144 mchunkptr next = next_chunk(p); in internal_bulk_free()
5180 mchunkptr next = next_chunk(q); in internal_inspect_all()
[all …]