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.h33 mirror::Object* ValgrindMallocSpace<S, A>::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function
Ddlmalloc_space.cc128 mirror::Object* DlMallocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc146 mirror::Object* RosAllocSpace::AllocWithGrowth(Thread* self, size_t num_bytes, in AllocWithGrowth() function in art::gc::space::RosAllocSpace
Dspace_test.h75 mirror::Object* AllocWithGrowth(space::MallocSpace* alloc_space, Thread* self, size_t bytes, in AllocWithGrowth() function