MapAllocator class
#include <eckit/memory/MapAllocator.h>
Constructors, destructors, conversion operators
- MapAllocator(size_t)
- MapAllocator(const MapAllocator&) deleted
- MapAllocator(MapAllocator&&) deleted
- ~MapAllocator()
Public functions
- auto operator=(const MapAllocator&) -> MapAllocator& deleted
- auto operator=(MapAllocator&&) -> MapAllocator& deleted
- auto allocate(size_t) -> void*
- void deallocate(void*)