Home
last modified time | relevance | path

Searched refs:old_top (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dspaces-inl.h297 Address old_top = allocation_info_.top; in AllocateRaw() local
298 if (allocation_info_.limit - old_top < size_in_bytes) { in AllocateRaw()
327 Address old_top = allocation_info_.top; in ShrinkStringAtAllocationBoundary() local
332 int delta = static_cast<int>(old_top - allocation_info_.top); in ShrinkStringAtAllocationBoundary()
Dspaces.cc1198 Address old_top = allocation_info_.top; in SlowAllocateRaw() local
1199 Address new_top = old_top + size_in_bytes; in SlowAllocateRaw()
1214 int bytes_allocated = static_cast<int>(old_top - top_on_previous_step_); in SlowAllocateRaw()
/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_malloc.c3318 char* old_top = (char*)m->top; in add_segment() local
3319 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
3325 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()
3357 if (csp != old_top) { in add_segment()
3358 mchunkptr q = (mchunkptr)old_top; in add_segment()
3359 size_t psize = csp - old_top; in add_segment()
/external/libffi/src/
Ddlmalloc.c3306 char* old_top = (char*)m->top; in add_segment() local
3307 msegmentptr oldsp = segment_holding(m, old_top); in add_segment()
3313 char* csp = (asp < (old_top + MIN_CHUNK_SIZE))? old_top : asp; in add_segment()
3345 if (csp != old_top) { in add_segment()
3346 mchunkptr q = (mchunkptr)old_top; in add_segment()
3347 size_t psize = csp - old_top; in add_segment()