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

/external/v8/src/
H A Dspaces-inl.h297 Address old_top = allocation_info_.top; local
298 if (allocation_info_.limit - old_top < size_in_bytes) {
327 Address old_top = allocation_info_.top; local
332 int delta = static_cast<int>(old_top - allocation_info_.top);
H A Dspaces.cc1198 Address old_top = allocation_info_.top; local
1199 Address new_top = old_top + size_in_bytes;
1214 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_);
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c3818 char* old_top = (char*)m->top; local
3819 msegmentptr oldsp = segment_holding(m, old_top);
3825 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp;
3857 if (csp != old_top) {
3858 mchunkptr q = (mchunkptr)old_top;
3859 size_t psize = csp - old_top;
/external/libffi/src/
H A Ddlmalloc.c3306 char* old_top = (char*)m->top; local
3307 msegmentptr oldsp = segment_holding(m, old_top);
3313 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp;
3345 if (csp != old_top) {
3346 mchunkptr q = (mchunkptr)old_top;
3347 size_t psize = csp - old_top;
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3318 char* old_top = (char*)m->top; local
3319 msegmentptr oldsp = segment_holding(m, old_top);
3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp;
3357 if (csp != old_top) {
3358 mchunkptr q = (mchunkptr)old_top;
3359 size_t psize = csp - old_top;

Completed in 365 milliseconds