virtmem
virtual memory library for Arduino
|
▼ virtmem | |
▼ src | |
▼ alloc | |
sd_alloc.h | This file contains the SD fat virtual memory allocator |
serial_alloc.h | This file contains the serial virtual memory allocator |
spiram_alloc.h | This file contains the SPI RAM virtual memory allocator |
static_alloc.h | This file contains the static virtual memory allocator (for debug) |
stdio_alloc.h | This file contains the stdio virtual memory allocator (for debug) |
▼ config | |
config.h | This header file contains several variables that can be used to customize virtmem |
▼ internal | |
alloc.h | Virtual memory class header |
base_alloc.h | Base virtual memory class header |
base_vptr.h | This file contains the virtual pointer base class |
serial_utils.h | This file contains utilities for the serial virtual memory allocator |
serial_utils.hpp | |
utils.h | |
vptr.h | This header contains the class definition of the VPtr class |
vptr_utils.h | This file contains several utilities for virtual pointers |
vptr_utils.hpp | This header file contains several overloads of common C functions that work with virtual pointers |
base_alloc.cpp | |
virtmem.h | This file must be included in your main sketch (i.e. .ino) file |