Searched refs:raw_pages (Results 1 – 1 of 1) sorted by relevance
526 void* raw_pages = AllocNewSlotSpan(root, flags, num_partition_pages); in SlowPathAlloc() local527 if (LIKELY(raw_pages != nullptr)) { in SlowPathAlloc()528 new_page = PartitionPage::FromPointerNoAlignmentCheck(raw_pages); in SlowPathAlloc()