Searched refs:FreePageRun (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.cc101 FreePageRun* free_pages = reinterpret_cast<FreePageRun*>(base_);
130 FreePageRun* res = nullptr;
134 FreePageRun* fpr = *it;
148 FreePageRun* remainder =
149 reinterpret_cast<FreePageRun*>(reinterpret_cast<uint8_t*>(fpr) + req_byte_size);
174 FreePageRun* last_free_page_run = nullptr;
208 FreePageRun* new_free_page_run = reinterpret_cast<FreePageRun*>(base_ + footprint_);
232 FreePageRun* fp
[all...]
H A Drosalloc.h47 class FreePageRun { class in class:art::gc::allocator::RosAlloc
112 DISALLOW_COPY_AND_ASSIGN(FreePageRun);
718 AllocationTrackingSet<FreePageRun*, kAllocatorTagRosAlloc> free_page_runs_ GUARDED_BY(lock_);

Completed in 26 milliseconds