htils 1
A small set of utilities for C programming.
Loading...
Searching...
No Matches
arena Struct Reference

An arena. More...

#include <arena.h>

Data Fields

u64 reserved
 
u64 committed
 
u64 pos
 
u64 commit_pos
 

Detailed Description

An arena.

Parameters
reservedThe size of the arena.
committedThe size of the committed heap.
posThe current position of the heap.
commit_posThe current position of the committed heap.

Field Documentation

◆ commit_pos

u64 arena::commit_pos

◆ committed

u64 arena::committed

◆ pos

u64 arena::pos

◆ reserved

u64 arena::reserved

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