Searched refs:super_page (Results 1 – 1 of 1) sorted by relevance
386 char* super_page = reinterpret_cast<char*>(AllocPages( in PartitionAllocPartitionPages() local388 if (UNLIKELY(!super_page)) in PartitionAllocPartitionPages()394 root->next_super_page = super_page + kSuperPageSize; in PartitionAllocPartitionPages()395 char* ret = super_page + kPartitionPageSize; in PartitionAllocPartitionPages()402 SetSystemPagesInaccessible(super_page, kSystemPageSize); in PartitionAllocPartitionPages()403 SetSystemPagesInaccessible(super_page + (kSystemPageSize * 2), in PartitionAllocPartitionPages()406 SetSystemPagesInaccessible(super_page + (kSuperPageSize - kPartitionPageSize), in PartitionAllocPartitionPages()415 if (requestedAddress && requestedAddress != super_page) in PartitionAllocPartitionPages()422 PartitionSuperPageToMetadataArea(super_page)); in PartitionAllocPartitionPages()434 bool isNewExtent = (super_page != requestedAddress); in PartitionAllocPartitionPages()[all …]