Home
last modified time | relevance | path

Searched defs:AllocationHeader (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx25 struct PoolAllocator::AllocationHeader { struct in Petsc::memory::PoolAllocator
32 size_type size;
33 align_type align;
43 constexpr PoolAllocator::AllocationHeader::AllocationHeader(size_type size, align_type align) noexc… in AllocationHeader() function in Petsc::memory::PoolAllocator::AllocationHeader