Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2701 #define SYS_ALLOC_PADDING (TOP_FOOT_SIZE + MALLOC_ALIGNMENT)
2745 #define TOP_FOOT_SIZE\ macro
3245 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE); in do_check_top_chunk()
3439 sum += m->topsize + TOP_FOOT_SIZE; in traverse_and_check()
3506 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo()
3551 used = fp - (m->topsize + TOP_FOOT_SIZE); in internal_malloc_stats()
3918 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()
4011 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()
4175 if (ssize > nb + TOP_FOOT_SIZE) { in sys_alloc()
4199 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in sys_alloc()
[all …]