amino  1.0-beta2
Lightweight Robot Utility Library
aa_mem_region_node Struct Reference

A single block of memory to be parceled out by the region allocator. More...

#include <mem.h>

Public Attributes

uint8_t * end
 pointer to end of this chunk
 
struct aa_mem_region_nodenext
 pointer to next chunk node
 
uint8_t d []
 data array
 

Detailed Description

A single block of memory to be parceled out by the region allocator.

Library users don't need to handle this directly.

Definition at line 170 of file mem.h.


The documentation for this struct was generated from the following file: