Home | History | Annotate | Download | only in wtf

Lines Matching refs:new_allocation

994         char* new_allocation = reinterpret_cast<char*>(MetaDataAlloc(kAllocIncrement));
995 if (!new_allocation)
998 *(void**)new_allocation = allocated_regions_;
999 allocated_regions_ = new_allocation;
1000 free_area_ = new_allocation + kAlignedSize;