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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2232 space is still allocated for it (TOP_FOOT_SIZE) to enable
2552 topsize+TOP_FOOT_SIZE, which includes space reserved for adding
2747 #define SYS_ALLOC_PADDING (TOP_FOOT_SIZE + MALLOC_ALIGNMENT)
2787 TOP_FOOT_SIZE is padding at the end of a segment, including space
2791 #define TOP_FOOT_SIZE\ macro
3293 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE);
3487 sum += m->topsize + TOP_FOOT_SIZE;
3554 size_t mfree = m->topsize + TOP_FOOT_SIZE;
3599 used = fp - (m->topsize + TOP_FOOT_SIZE);
3966 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE;
[all...]

Completed in 45 milliseconds