Searched refs:allocate_ptr_ (Results 1 – 2 of 2) sorted by relevance
297 PetscErrorCode PoolAllocator::allocate_ptr_(size_type size, align_type align, void **ret_ptr) noexc… in allocate_ptr_() function in Petsc::memory::PoolAllocator480 if (!success) PetscCall(allocate_ptr_(size, align, out_ptr)); in allocate()
115 static PetscErrorCode allocate_ptr_(size_type, align_type, void **) noexcept;