virtmem
virtual memory library for Arduino
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NvirtmemAll code from virtmem
 Nserram_utilsContains utilities for serial allocator
 CSerialInputUtility class that handles serial input over a port that is used by by SerialVAlloc
 CBaseVAllocBase class for virtual memory allocators
 CBaseVPtrThis is the base class of VPtr and can be used for typeless pointers
 CDefaultAllocPropertiesThis struct contains default parameters for virtual memory pages
 CMultiSPIRAMVAllocPVirtual allocator that uses multiple SRAM chips (i.e. 23LC series from Microchip) as memory pool
 CSDVAllocPVirtual memory allocator class that uses SD card as virtual pool
 CSerialVAllocPVirtual memory allocator that uses external memory via a serial connection as memory pool
 CSPIRamConfigThis struct is used to configure each SRAM chip used by a MultiSPIRAMVAllocP allocator
 CSPIRAMVAllocPVirtual memory allocator that uses SPI (serial) RAM (i.e. the 23LC series from Microchip) as memory pool
 CStaticVAllocPVirtual memory allocator that uses a static array (in regular RAM) as memory pool
 CStdioVAllocPVirtual memory allocator that uses a regular file (via stdio) as memory pool
 CVAllocBase template class for virtual memory allocators
 CTVPtrGeneralized shortcut to virtual pointer type linked to this allocator
 CVPtrVirtual pointer class that provides an interface to access virtual much like 'regular pointers'
 CMemberWrapperProxy class used when member access is requested on a virtual pointer
 CValueWrapperProxy class returned when dereferencing virtual pointers
 CVPtrLockCreates a lock to some virtual data
 CNILL_tGeneralized NULL pointer class