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

/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dvectorbuffer.h78 const TInt topsize = sizeof(TNode); local
82 const TInt room = C - bytesbetween - topsize;
91 return C - topsize;
93 const TInt room = -bytesbetween - topsize; //free is space between pointers
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1945 cached in topsize. The actual size of topmost space is
1946 topsize+TOP_FOOT_SIZE, which includes space reserved for adding
2026 size_t topsize; member in struct:malloc_state
2576 assert(sz == m->topsize);
2772 sum += m->topsize + TOP_FOOT_SIZE;
2817 assert(m->topsize == chunksize(m->top));
2818 assert(m->topsize > 0);
2837 size_t mfree = m->topsize + TOP_FOOT_SIZE;
2861 nm.keepcost = m->topsize;
2880 used = fp - (m->topsize
[all...]

Completed in 99 milliseconds