13 #ifndef TYPES_MMAPALLOCATOR_HPP_ 14 #define TYPES_MMAPALLOCATOR_HPP_ 39 FwSizeType alignment =
alignof(std::max_align_t))
override;
void * allocate(const FwEnumStoreType identifier, FwSizeType &size, bool &recoverable, FwSizeType alignment=alignof(std::max_align_t)) override
virtual ~MmapAllocator()
Destructor with no arguments.
PlatformSizeType FwSizeType
Memory Allocation base class.
Defines a base class for a memory allocator for classes.
Implementation of malloc based allocator.
void deallocate(const FwEnumStoreType identifier, void *ptr) override