|
SBgl 0.1.0
A graphics framework in C99
|
Bookmark for arena state. More...
#include <sbl_arena.h>

Data Fields | |
| SblArenaBlock * | block |
| uint64_t | offset |
Bookmark for arena state.
Used to "rewind" the arena to a specific point.
Definition at line 57 of file sbl_arena.h.
| SblArenaBlock* SblArenaMark::block |
The block at the time of marking.
Definition at line 58 of file sbl_arena.h.
| uint64_t SblArenaMark::offset |
The offset at the time of marking.
Definition at line 59 of file sbl_arena.h.