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
550 new_run = reinterpret_cast<Run*>(AllocPages(self, numOfPages[idx], kPageMapRun)); in AllocRun()
951 const size_t size = numOfPages[idx] * kPageSize; in ZeroHeaderAndSlotHeaders()
972 reinterpret_cast<uint8_t*>(this) + numOfPages[idx] * kPageSize); in InspectAllSlots()
1278 << " numOfPages=" << numOfPages[idx] in DumpPageMap()
1465 size_t num_pages = numOfPages[run->size_bracket_idx_]; in InspectAll()
1648 numOfPages[i] = 1; in Initialize()
1650 numOfPages[i] = 1; in Initialize()
1652 numOfPages[i] = 1; in Initialize()
1654 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