Searched refs:TOP_FOOT_SIZE (Results 1 – 1 of 1) sorted by relevance
2140 #define TOP_FOOT_SIZE\ macro2578 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE); in do_check_top_chunk()2772 sum += m->topsize + TOP_FOOT_SIZE; in traverse_and_check()2837 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo()2880 used = fp - (m->topsize + TOP_FOOT_SIZE); in internal_malloc_stats()3239 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()3333 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()3411 asize = granularity_align(nb + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE); in sys_alloc()3425 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + MALLOC_ALIGNMENT + SIZE_T_ONE); in sys_alloc()3437 asize < nb + TOP_FOOT_SIZE + SIZE_T_ONE) { in sys_alloc()[all …]