Home
last modified time | relevance | path

Searched refs:PoolAllocated (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx582 void *PoolAllocated::operator new(size_type size) noexcept in operator new()
591 void PoolAllocated::operator delete(void *ptr) noexcept in operator delete()
606 void *PoolAllocated::operator new(size_type size, std::align_val_t align) noexcept in operator new()
615 void PoolAllocated::operator delete(void *ptr, std::align_val_t align) noexcept in operator delete()
632 PoolAllocated::allocator_type &PoolAllocated::pool() noexcept in pool()
/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmevent.hpp101 …C_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMEvent : impl::Interface<T>, public memory::PoolAllocated {
102 using pool_type = memory::PoolAllocated;
/petsc/src/sys/objects/device/interface/
H A Dmemory.cxx18 typename PoolAllocated::allocator_type PoolAllocated::pool_{};
/petsc/include/petsc/private/cpp/
H A Dobject_pool.hpp189 class PoolAllocated { class