Home
last modified time | relevance | path

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

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx301 const auto size_before = total_size - header_size; in allocate_ptr_() local
302 auto usable_size = size_before; in allocate_ptr_()
339 const auto alignment_offset = size_before - usable_size; in allocate_ptr_()
/petsc/src/sys/tests/
H A Dex64.cxx230 auto size_before = map.size(); in test_insert() local
266 PetscCall(this->check_size_capacity_coherent(map, size_before + 1, capacity_before)); in test_insert()