Midnight Sun Firmware
Loading...
Searching...
No Matches
Arena

Linear arena allocator state. More...

#include <arena.h>

Public Attributes

uint8_t * base
 
uint8_t * end
 
uint8_t * current
 

Detailed Description

Linear arena allocator state.

Member Data Documentation

◆ base

uint8_t* base

Start of the arena buffer

◆ current

uint8_t* current

Current allocation pointer

◆ end

uint8_t* end

One-past-end of the arena buffer


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