Home
last modified time | relevance | path

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

/petsc/src/sys/objects/cxx/memory/
H A Dobject_pool.cxx30 PETSC_NODISCARD static constexpr size_type buffer_zone_size() noexcept;
72 constexpr PoolAllocator::size_type PoolAllocator::AllocationHeader::buffer_zone_size() noexcept in buffer_zone_size() function in Petsc::memory::PoolAllocator::AllocationHeader
87 return sizeof(AllocationHeader) + buffer_zone_size(); in header_size()
268 const auto buffer_zone_end = aligned_ptr - AllocationHeader::buffer_zone_size(); in extract_header_()
342 …*(reinterpret_cast<unsigned char *>(aligned_ptr) - AllocationHeader::buffer_zone_size()) = static_… in allocate_ptr_()