Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc47 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] * kPageSize; in ZeroHeaderAndSlotHeaders()
971 reinterpret_cast<uint8_t*>(this) + numOfPages[idx] * kPageSize); in InspectAllSlots()
1277 << " numOfPages=" << numOfPages[idx] in DumpPageMap()
1464 size_t num_pages = numOfPages[run->size_bracket_idx_]; in InspectAll()
1647 numOfPages[i] = 1; in Initialize()
1649 numOfPages[i] = 1; in Initialize()
1651 numOfPages[i] = 1; in Initialize()
1653 numOfPages[i] = 2; in Initialize()
[all …]
Drosalloc.h392 return reinterpret_cast<uint8_t*>(this) + kPageSize * numOfPages[size_bracket_idx_]; in End()
500 static size_t numOfPages[kNumOfSizeBrackets]; variable