Searched defs:page (Results 1 – 4 of 4) sorted by relevance
90 LinkerBlockAllocatorPage* page = find_page(block); in free() local115 for (LinkerBlockAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all() local126 LinkerBlockAllocatorPage* page = reinterpret_cast<LinkerBlockAllocatorPage*>( in create_new_page() local150 LinkerBlockAllocatorPage* page = page_list_; in find_page() local168 LinkerBlockAllocatorPage* page = page_list_; in purge() local
117 small_object_page_info* page = page_list_; in alloc() local149 void BionicSmallObjectAllocator::free_page(small_object_page_info* page) { in free_page()165 small_object_page_info* const page = in free() local204 small_object_page_info* const page = in alloc_page() local228 void BionicSmallObjectAllocator::add_to_page_list(small_object_page_info* page) { in add_to_page_list()238 small_object_page_info* page) { in remove_from_page_list()
73 unsigned int page; member
2835 void* page = mmap(nullptr, kPageSize, prot, MAP_ANON|MAP_PRIVATE, -1, 0); in TEST() local