Searched refs:Realloc (Results 1 – 4 of 4) sorted by relevance
71 void* Realloc(void* originalPtr, size_t originalSize, size_t newSize) { in Realloc() function191 void* Realloc(void* originalPtr, size_t originalSize, size_t newSize) { in Realloc() function
1199 …SetMembersPointer(reinterpret_cast<Member*>(allocator.Realloc(GetMembersPointer(), oldCapacity * s…1525 …SetElementsPointer(reinterpret_cast<GenericValue*>(allocator.Realloc(GetElementsPointer(), data_.a…
201 stack_ = static_cast<char*>(allocator_->Realloc(stack_, GetCapacity(), newCapacity)); in Resize()
2460 Realloc algorithm: