Home
last modified time | relevance | path

Searched refs:AllocRun (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/runtime/gc/allocator/
H A Drosalloc.h801 Run* AllocRun(Thread* self, size_t idx) REQUIRES(!lock_);
H A Drosalloc.cc548 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) { in AllocRun() function in art::gc::allocator::RosAlloc
595 return AllocRun(self, idx); in RefillRun()