Home
last modified time | relevance | path

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

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx85 constexpr PoolAllocator::size_type PoolAllocator::AllocationHeader::header_size() noexcept in header_size() function in Petsc::memory::PoolAllocator::AllocationHeader
299 constexpr auto header_size = AllocationHeader::header_size(); in allocate_ptr_() local