Home
last modified time | relevance | path

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

/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp131 PetscErrorCode shrink_to_fit() noexcept;
1116 inline PetscErrorCode KHashTable<V, H, KE>::shrink_to_fit() noexcept in shrink_to_fit() function in Petsc::khash::KHashTable
/petsc/src/sys/tests/
H A Dex64.cxx467 PetscCall(map.shrink_to_fit()); in test_erase()