Home
last modified time | relevance | path

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

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx149 PoolAllocator::pool_type::iterator PoolAllocator::find_align_(align_type align) noexcept in find_align_() function in Petsc::memory::PoolAllocator
154 PoolAllocator::pool_type::const_iterator PoolAllocator::find_align_(align_type align) const noexcept in find_align_() function in Petsc::memory::PoolAllocator
435 const auto align_it = find_align_(align); in try_allocate()
513 auto it = find_align_(align); in deallocate()
/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp122 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;