Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp90 LinkerBlockAllocatorPage* page = find_page(block); in free() local
115 for (LinkerBlockAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all() local
126 LinkerBlockAllocatorPage* page = reinterpret_cast<LinkerBlockAllocatorPage*>( in create_new_page() local
150 LinkerBlockAllocatorPage* page = page_list_; in find_page() local
168 LinkerBlockAllocatorPage* page = page_list_; in purge() local
/bionic/libc/bionic/
Dbionic_allocator.cpp117 small_object_page_info* page = page_list_; in alloc() local
149 void BionicSmallObjectAllocator::free_page(small_object_page_info* page) { in free_page()
165 small_object_page_info* const page = in free() local
204 small_object_page_info* const page = in alloc_page() local
228 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()
/bionic/libc/kernel/uapi/linux/
Di2o-dev.h73 unsigned int page; member
/bionic/tests/
Dpthread_test.cpp2835 void* page = mmap(nullptr, kPageSize, prot, MAP_ANON|MAP_PRIVATE, -1, 0); in TEST() local