SUNphi  1.0
Memory.hpp File Reference

Header file for the allocation and deallocation of memory. More...

#include <cstdlib>
#include <debug/Crash.hpp>
#include <ios/Logger.hpp>
#include <system/SIMD.hpp>
#include <utility/ValWithExtreme.hpp>

Go to the source code of this file.

Classes

class  SUNphi::Memory
 Memory manager. More...
 

Macros

#define DEFAULT_ALIGNMENT   16
 Minimal alignment.
 

Variables

Memory SUNphi::memory
 Memory manager.
 

Detailed Description

Header file for the allocation and deallocation of memory.

Todo:
: implement memory pool and cacher

Definition in file Memory.hpp.