Searched defs:page_end (Results 1 - 1 of 1) sorted by relevance

/bionic/linker/
H A Dlinker_allocator.cpp125 void* page_end = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(page_start) + PAGE_SIZE); local
129 free_blocks_list_ < page_end) {
136 while (current->next > page_start && current->next < page_end) {

Completed in 48 milliseconds