Lines Matching refs:new_ptr
420 char* new_ptr = reinterpret_cast<char*>(reinterpret_cast<uintptr_t>(p1 - size) & ~(align - 1));
422 if (new_ptr < (p1 - space))
425 ptr = new_ptr;
426 space -= p1 - new_ptr;
434 void* new_ptr = static_cast<void*>(__cur_);
436 void* aligned_ptr = align_down(align, bytes, new_ptr, new_capacity);
438 __cur_ = static_cast<char*>(new_ptr);
443 void* new_ptr = static_cast<void*>(__cur_);
445 void* aligned_ptr = align_down(align, bytes, new_ptr, new_capacity);
447 __cur_ = static_cast<char*>(new_ptr);