Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_block_allocator.cpp91 LinkerBlockAllocatorPage* page = find_page(block); in free() local
110 for (LinkerBlockAllocatorPage* page = page_list_; page != nullptr; page = page->next) { in protect_all() local
121 LinkerBlockAllocatorPage* page = reinterpret_cast<LinkerBlockAllocatorPage*>( in create_new_page() local
140 LinkerBlockAllocatorPage* page = page_list_; in find_page() local
158 LinkerBlockAllocatorPage* page = page_list_; in purge() local
/bionic/libc/bionic/
Dbionic_allocator.cpp115 small_object_page_info* page = page_list_; in alloc() local
147 void BionicSmallObjectAllocator::free_page(small_object_page_info* page) { in free_page()
163 small_object_page_info* const page = in free() local
200 small_object_page_info* const page = in alloc_page() local
224 void BionicSmallObjectAllocator::add_to_page_list(small_object_page_info* page) { in add_to_page_list()
234 small_object_page_info* page) { in remove_from_page_list()
Dandroid_crash_detail.cpp71 struct crash_detail_page_t* page = __libc_shared_globals()->crash_detail_page; in android_crash_detail_register() local
/bionic/libc/kernel/uapi/linux/
Di2o-dev.h61 unsigned int page; member
/bionic/tests/
Dpthread_test.cpp2945 void* page = mmap(nullptr, kPageSize, prot, MAP_ANON|MAP_PRIVATE, -1, 0); in TEST() local