Lines Matching defs:page
1219 // Make sure counters request one memory page for the buffer.
1268 // 'x' denotes a page to be released, '.' denotes a page to be kept around.
1377 // Verify that this used chunk does not touch any released page.
1392 u32 page = RoundUpTo(current_free_range_start, page_size_scaled);
1393 while (page + page_size_scaled <= current_chunk) {
1395 memory_mapper.reported_pages.find(page) !=
1399 page += page_size_scaled;
1428 // When allocating a memory block slightly bigger than a memory page and
1430 // the size up to the page size, so that subsequent calls to the allocator
1431 // can use the remaining space in the last allocated page.