Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc48 size_t RosAlloc::numOfPages[kNumOfSizeBrackets]; member in art::gc::allocator::RosAlloc
549 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun)); in AllocRun()
950 const size_t size = numOfPages[idx] * gPageSize; in ZeroHeaderAndSlotHeaders()
971 reinterpret_cast<uint8_t*>(this) + numOfPages[idx] * gPageSize); in InspectAllSlots()
1277 << " numOfPages=" << numOfPages[idx] in DumpPageMap()
1463 size_t num_pages = numOfPages[run->size_bracket_idx_]; in InspectAll()
1643 numOfPages[i] = 1; in Initialize()
1645 numOfPages[i] = 1; in Initialize()
1647 numOfPages[i] = 1; in Initialize()
1649 numOfPages[i] = 2; in Initialize()
[all …]
Drosalloc.h391 return reinterpret_cast<uint8_t*>(this) + gPageSize * numOfPages[size_bracket_idx_]; in End()
499 static size_t numOfPages[kNumOfSizeBrackets]; variable