Pyrogenesis  trunk
Classes
allocator_adapters.h File Reference
#include <memory>
#include "lib/sysdep/rtl.h"
#include "lib/sysdep/vm.h"
Include dependency graph for allocator_adapters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Allocator_Heap
 
struct  Allocator_Aligned< alignment >
 
struct  Allocator_VM< pageType, prot >
 
struct  Allocator_AddressSpace< commitSize, pageType, prot >
 
class  ProxyAllocator< T, Allocator >
 fully STL-compatible allocator that simply draws upon another Allocator. More...
 
struct  ProxyAllocator< T, Allocator >::rebind< U >