virtmem
virtual memory library for Arduino
|
This file contains the static virtual memory allocator (for debug) More...
Go to the source code of this file.
Classes | |
class | virtmem::StaticVAllocP< poolSize, Properties > |
Virtual memory allocator that uses a static array (in regular RAM) as memory pool. More... | |
Namespaces | |
virtmem | |
contains all code from virtmem | |
Typedefs | |
typedef StaticVAllocP | virtmem::StaticVAlloc |
Shortcut to StaticVAllocP with default template arguments. | |
This file contains the static virtual memory allocator (for debug)