![]() |
amino
1.0-beta2
Lightweight Robot Utility Library
|
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_node * | next |
| pointer to next chunk node | |
| uint8_t | d [] |
| data array | |
A single block of memory to be parceled out by the region allocator.
Library users don't need to handle this directly.