Home
last modified time | relevance | path

Searched refs:Realloc (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dlinear_alloc.cc26 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()
Dlinear_alloc.h34 void* Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) REQUIRES(!lock_);
Dclass_linker.cc7039 runtime->GetLinearAlloc()->Realloc(self, old_methods, old_methods_ptr_size, new_size)); in LinkInterfaceMethods()
/art/compiler/utils/
Dassembler.cc103 arena_->Realloc(contents_, old_capacity, new_capacity, kArenaAllocAssembler)); in ExtendCapacity()
/art/runtime/base/
Darena_allocator.h318 void* Realloc(void* ptr, size_t ptr_size, size_t new_size,