Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc114 [[maybe_unused]] static std::pair<void*, size_t> expandToPageBounds(void* ptr, size_t size) { in expandToPageBounds() function
132 auto [aligned_ptr, aligned_size] = expandToPageBounds(const_cast<void*>(ptr), size); in maybePrefetch()
144 auto [aligned_ptr, aligned_size] = expandToPageBounds(const_cast<void*>(ptr), size); in maybePrepareSequentialReading()