Searched refs:find_align_ (Results 1 – 2 of 2) sorted by relevance
149 PoolAllocator::pool_type::iterator PoolAllocator::find_align_(align_type align) noexcept in find_align_() function in Petsc::memory::PoolAllocator154 PoolAllocator::pool_type::const_iterator PoolAllocator::find_align_(align_type align) const noexcept in find_align_() function in Petsc::memory::PoolAllocator435 const auto align_it = find_align_(align); in try_allocate()513 auto it = find_align_(align); in deallocate()
122 PETSC_NODISCARD typename pool_type::iterator find_align_(align_type) noexcept;123 PETSC_NODISCARD typename pool_type::const_iterator find_align_(align_type) const noexcept;