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
552 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun)); in AllocRun()
953 const size_t size = numOfPages[idx] * kPageSize; in ZeroHeaderAndSlotHeaders()
974 reinterpret_cast<uint8_t*>(this) + numOfPages[idx] * kPageSize); in InspectAllSlots()
1280 << " numOfPages=" << numOfPages[idx] in DumpPageMap()
1466 size_t num_pages = numOfPages[run->size_bracket_idx_]; in InspectAll()
1649 numOfPages[i] = 1; in Initialize()
1651 numOfPages[i] = 1; in Initialize()
1653 numOfPages[i] = 1; in Initialize()
1655 numOfPages[i] = 2; in Initialize()
[all …]
Drosalloc.h393 return reinterpret_cast<uint8_t*>(this) + kPageSize * numOfPages[size_bracket_idx_]; in End()
501 static size_t numOfPages[kNumOfSizeBrackets]; variable