Home
last modified time | relevance | path

Searched defs:AllocWithGrowth (Results 1 – 4 of 4) sorted by relevance

/art/runtime/gc/space/
Dvalgrind_malloc_space-inl.h89 kUseObjSizeForUsable>::AllocWithGrowth( in AllocWithGrowth() function
Ddlmalloc_space.cc126 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc157 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::RosAllocSpace
Dspace_test.h79 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in AllocWithGrowth() function