virtmem
virtual memory library for Arduino
static_alloc.h File Reference

This file contains the static virtual memory allocator (for debug) More...

#include <string.h>
#include "internal/alloc.h"

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.
 

Detailed Description

This file contains the static virtual memory allocator (for debug)