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

/bionic/linker/
H A Dlinker_block_allocator.cpp145 const uint8_t* page_ptr = reinterpret_cast<const uint8_t*>(page); local
146 if (block >= (page_ptr + sizeof(page->next)) && block < (page_ptr + PAGE_SIZE)) {

Completed in 16 milliseconds