Home
last modified time | relevance | path

Searched refs:page_ptr (Results 1 – 1 of 1) sorted by relevance

/bionic/linker/
Dlinker_block_allocator.cpp144 const uint8_t* page_ptr = reinterpret_cast<const uint8_t*>(page); in find_page() local
145 if (block >= (page_ptr + sizeof(page->next)) && block < (page_ptr + kAllocateSize)) { in find_page()