Searched refs:Realloc (Results 1 – 5 of 5) sorted by relevance
/art/runtime/ |
D | linear_alloc.cc | 26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc() function in art::LinearAlloc 28 return allocator_.Realloc(ptr, old_size, new_size); in Realloc()
|
D | linear_alloc.h | 34 void* Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) REQUIRES(!lock_);
|
D | class_linker.cc | 7039 runtime->GetLinearAlloc()->Realloc(self, old_methods, old_methods_ptr_size, new_size)); in LinkInterfaceMethods()
|
/art/compiler/utils/ |
D | assembler.cc | 103 arena_->Realloc(contents_, old_capacity, new_capacity, kArenaAllocAssembler)); in ExtendCapacity()
|
/art/runtime/base/ |
D | arena_allocator.h | 318 void* Realloc(void* ptr, size_t ptr_size, size_t new_size,
|