Searched refs:expandToPageBounds (Results 1 – 1 of 1) sorted by relevance
114 [[maybe_unused]] static std::pair<void*, size_t> expandToPageBounds(void* ptr, size_t size) { in expandToPageBounds() function132 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()