Searched defs:delta_pages (Results 1 – 2 of 2) sorted by relevance
2621 const int delta_pages = static_cast<int>(delta / Page::kPageSize); in AllocateChunk() local2661 int delta_pages = static_cast<int>(delta / Page::kPageSize); in AllocateChunk() local
2475 uint32_t delta_pages = Pop().to<uint32_t>(); in Execute() local