Searched defs:AllocWithGrowth (Results 1 - 3 of 3) sorted by relevance

/art/runtime/gc/space/
H A Dvalgrind_malloc_space-inl.h89 kUseObjSizeForUsable>::AllocWithGrowth( function in class:art::gc::space::ValgrindMallocSpace
95 void* obj_with_rdz = S::AllocWithGrowth(self, num_bytes + 2 * kValgrindRedZoneBytes,
H A Ddlmalloc_space.cc126 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, function in class:art::gc::space::DlMallocSpace
H A Drosalloc_space.cc157 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, function in class:art::gc::space::RosAllocSpace

Completed in 136 milliseconds