HomeSort by relevance Sort by last modified time
    Searched refs:AllocRun (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/allocator/
rosalloc.h 504 Run* AllocRun(Thread* self, size_t idx) LOCKS_EXCLUDED(lock_);
rosalloc.cc 535 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) {
583 return AllocRun(self, idx);
    [all...]

Completed in 36 milliseconds