virtmem
virtual memory library for Arduino
serial_alloc.h File Reference

This file contains the serial virtual memory allocator. More...

#include <Arduino.h>
#include "internal/alloc.h"
#include "internal/serial_utils.h"

Go to the source code of this file.

Classes

class  virtmem::SerialVAllocP< IOStream, Properties >
 Virtual memory allocator that uses external memory via a serial connection as memory pool. More...
 

Namespaces

 virtmem
 contains all code from virtmem
 

Typedefs

typedef SerialVAllocP virtmem::SerialVAlloc
 Shortcut to SerialVAllocP with default template arguments.
 

Detailed Description

This file contains the serial virtual memory allocator.