SBgl 0.1.0
A graphics framework in C99
Loading...
Searching...
No Matches
SblArenaMark Struct Reference

Bookmark for arena state. More...

#include <sbl_arena.h>

Collaboration diagram for SblArenaMark:

Data Fields

SblArenaBlockblock
 
uint64_t offset
 

Detailed Description

Bookmark for arena state.

Used to "rewind" the arena to a specific point.

Definition at line 57 of file sbl_arena.h.

Field Documentation

◆ block

SblArenaBlock* SblArenaMark::block

The block at the time of marking.

Definition at line 58 of file sbl_arena.h.

◆ offset

uint64_t SblArenaMark::offset

The offset at the time of marking.

Definition at line 59 of file sbl_arena.h.


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