libtgd 5.0
A library that makes working with multidimensional arrays in C++ easy
alloc.hpp File Reference

Custom allocators for array data. More...

Classes

class  TGD::Allocator
 The default allocator based on new[] and delete[]. More...
 
class  TGD::MmapAllocator
 An mmap-based allocator that allows to work with arrays that do not fit into main memory. More...
 

Namespaces

namespace  TGD
 

Detailed Description

Custom allocators for array data.