virtmem
virtual memory library for Arduino
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  virtmem
  src
  alloc
 sd_alloc.hThis file contains the SD fat virtual memory allocator
 serial_alloc.hThis file contains the serial virtual memory allocator
 spiram_alloc.hThis file contains the SPI RAM virtual memory allocator
 static_alloc.hThis file contains the static virtual memory allocator (for debug)
 stdio_alloc.hThis file contains the stdio virtual memory allocator (for debug)
  config
 config.hThis header file contains several variables that can be used to customize virtmem
  internal
 alloc.hVirtual memory class header
 base_alloc.hBase virtual memory class header
 base_vptr.hThis file contains the virtual pointer base class
 serial_utils.hThis file contains utilities for the serial virtual memory allocator
 serial_utils.hpp
 utils.h
 vptr.hThis header contains the class definition of the VPtr class
 vptr_utils.hThis file contains several utilities for virtual pointers
 vptr_utils.hppThis header file contains several overloads of common C functions that work with virtual pointers
 base_alloc.cpp
 virtmem.hThis file must be included in your main sketch (i.e. .ino) file