Home
last modified time | relevance | path

Searched defs:page (Results 1 – 2 of 2) sorted by relevance

/bionic/linker/
Dlinker_allocator.cpp65 LinkerAllocatorPage* page = find_page(block); in free() local
88 for (LinkerAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all() local
96 LinkerAllocatorPage* page = reinterpret_cast<LinkerAllocatorPage*>(mmap(nullptr, PAGE_SIZE, in create_new_page() local
121 LinkerAllocatorPage* page = page_list_; in find_page() local
/bionic/libc/kernel/uapi/linux/
Di2o-dev.h86 unsigned int page; member