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 797 Run* AllocRun(Thread* self, size_t idx) REQUIRES(!lock_);
    [all...]
rosalloc.cc 552 RosAlloc::Run* RosAlloc::AllocRun(Thread* self, size_t idx) {
599 return AllocRun(self, idx);
    [all...]

Completed in 123 milliseconds