|
htils 1
A small set of utilities for C programming.
|
An arena. More...
#include <arena.h>
Data Fields | |
| u64 | reserved |
| u64 | committed |
| u64 | pos |
| u64 | commit_pos |
An arena.
| reserved | The size of the arena. |
| committed | The size of the committed heap. |
| pos | The current position of the heap. |
| commit_pos | The current position of the committed heap. |
| u64 arena::commit_pos |
| u64 arena::committed |
| u64 arena::pos |
| u64 arena::reserved |