|
virtmem
virtual memory library for Arduino
|
This file contains the stdio virtual memory allocator (for debug) More...
#include "internal/alloc.h"#include "config/config.h"#include <errno.h>#include <stdio.h>#include <string.h>Go to the source code of this file.
Classes | |
| class | virtmem::StdioVAllocP< Properties > |
| Virtual memory allocator that uses a regular file (via stdio) as memory pool. More... | |
Namespaces | |
| virtmem | |
| contains all code from virtmem | |
Typedefs | |
| typedef StdioVAllocP | virtmem::StdioVAlloc |
| Shortcut to StdioVAllocP with default template arguments. | |
This file contains the stdio virtual memory allocator (for debug)