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

/external/libffi/src/
H A Ddlmalloc.c1583 space is still allocated for it (TOP_FOOT_SIZE) to enable
1936 topsize+TOP_FOOT_SIZE, which includes space reserved for adding
2126 TOP_FOOT_SIZE is padding at the end of a segment, including space
2130 #define TOP_FOOT_SIZE\ macro
2568 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE);
2762 sum += m->topsize + TOP_FOOT_SIZE;
2827 size_t mfree = m->topsize + TOP_FOOT_SIZE;
2870 used = fp - (m->topsize + TOP_FOOT_SIZE);
3227 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE;
3321 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE);
[all...]
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
H A DSDL_malloc.c1629 space is still allocated for it (TOP_FOOT_SIZE) to enable
1946 topsize+TOP_FOOT_SIZE, which includes space reserved for adding
2136 TOP_FOOT_SIZE is padding at the end of a segment, including space
2140 #define TOP_FOOT_SIZE\ macro
2578 assert(sz == ((sp->base + sp->size) - (char*)p) - TOP_FOOT_SIZE);
2772 sum += m->topsize + TOP_FOOT_SIZE;
2837 size_t mfree = m->topsize + TOP_FOOT_SIZE;
2880 used = fp - (m->topsize + TOP_FOOT_SIZE);
3239 chunk_plus_offset(p, psize)->head = TOP_FOOT_SIZE;
3333 init_top(m, (mchunkptr)tbase, tsize - TOP_FOOT_SIZE);
[all...]

Completed in 121 milliseconds