Searched refs:TOP_FOOT_SIZE (Results 1 – 2 of 2) sorted by relevance
2144 #define TOP_FOOT_SIZE\ macro2591 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE); in do_check_top_chunk()2785 sum += m->topsize + TOP_FOOT_SIZE; in traverse_and_check()2850 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo()2896 used = fp - (m->topsize + TOP_FOOT_SIZE); in internal_malloc_stats()3253 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()3347 init_top(m, (mchunkptr)((unsigned long)tbase), tsize - TOP_FOOT_SIZE); in add_segment()3428 asize = granularity_align(nb + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()3442 asize = granularity_align(nb - m->topsize + TOP_FOOT_SIZE + SIZE_T_ONE); in sys_alloc()3454 asize < nb + TOP_FOOT_SIZE + SIZE_T_ONE) { in sys_alloc()[all …]
2635 #define SYS_ALLOC_PADDING (TOP_FOOT_SIZE + MALLOC_ALIGNMENT)2679 #define TOP_FOOT_SIZE\ macro3175 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE); in do_check_top_chunk()3369 sum += m->topsize + TOP_FOOT_SIZE; in traverse_and_check()3435 size_t mfree = m->topsize + TOP_FOOT_SIZE; in internal_mallinfo()3479 used = fp - (m->topsize + TOP_FOOT_SIZE); in internal_malloc_stats()3836 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE; in init_top()3929 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in add_segment()4090 if (ssize > nb + TOP_FOOT_SIZE) { in sys_alloc()4114 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE); in sys_alloc()[all …]