Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2598 size_t topsize; member
3243 assert(sz == m->topsize); in do_check_top_chunk()
3439 sum += m->topsize + TOP_FOOT_SIZE; in traverse_and_check()
3486 assert(m->topsize > 0); in do_check_malloc_state()
3506 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo()
3530 nm.keepcost = m->topsize; in internal_mallinfo()
3551 used = fp - (m->topsize + TOP_FOOT_SIZE); in internal_malloc_stats()
3915 m->topsize = psize; in init_top()
3940 m->dvsize = m->topsize = 0; in reset_on_error()
3967 size_t tsize = m->topsize += qsize; in prepend_alloc()
[all …]