Searched refs:old_top (Results 1 – 4 of 4) sorted by relevance
297 Address old_top = allocation_info_.top; in AllocateRaw() local298 if (allocation_info_.limit - old_top < size_in_bytes) { in AllocateRaw()327 Address old_top = allocation_info_.top; in ShrinkStringAtAllocationBoundary() local332 int delta = static_cast<int>(old_top - allocation_info_.top); in ShrinkStringAtAllocationBoundary()
1198 Address old_top = allocation_info_.top; in SlowAllocateRaw() local1199 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()
3318 char* old_top = (char*)m->top; in add_segment() local3319 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()
3306 char* old_top = (char*)m->top; in add_segment() local3307 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()