Searched defs:page (Results 1 – 2 of 2) sorted by relevance
73 LinkerBlockAllocatorPage* page = find_page(block); in free() local96 for (LinkerBlockAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all() local107 LinkerBlockAllocatorPage* page = reinterpret_cast<LinkerBlockAllocatorPage*>( in create_new_page() local133 LinkerBlockAllocatorPage* page = page_list_; in find_page() local
86 unsigned int page; member