virtmem
virtual memory library for Arduino
alloc.h File Reference

virtual memory class header More...

#include "base_alloc.h"
#include "config/config.h"
#include "vptr.h"

Go to the source code of this file.

Classes

class  virtmem::VPtr< T, TA >
 Virtual pointer class that provides an interface to access virtual much like 'regular pointers'. More...
 
class  virtmem::VAlloc< Properties, Derived >
 Base template class for virtual memory allocators. More...
 
struct  virtmem::VAlloc< Properties, Derived >::TVPtr< T >
 Generalized shortcut to virtual pointer type linked to this allocator. More...
 

Namespaces

 virtmem
 contains all code from virtmem
 

Detailed Description

virtual memory class header