virtmem
virtual memory library for Arduino
base_alloc.h File Reference

Base virtual memory class header. More...

#include "config/config.h"
#include <stdint.h>

Go to the source code of this file.

Classes

class  virtmem::BaseVAlloc
 Base class for virtual memory allocators. More...
 

Namespaces

 virtmem
 contains all code from virtmem
 

Typedefs

typedef uint32_t virtmem::VPtrNum
 Numeric type used to store raw virtual pointer addresses.
 
typedef uint32_t virtmem::VPtrSize
 Numeric type used to store the size of a virtual memory block.
 
typedef uint16_t virtmem::VirtPageSize
 Numeric type used to store the size of a virtual memory page.
 

Detailed Description

Base virtual memory class header.