DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
DetArenaMark Struct Reference

A scratch savepoint across every region of a DetArenaSet. More...

#include <arena.h>

Public Attributes

size_t top [DET_ARENA_MAX_REGIONS]
 
size_t count
 

Detailed Description

A scratch savepoint across every region of a DetArenaSet.

Definition at line 146 of file arena.h.

Member Data Documentation

◆ top

size_t DetArenaMark::top[DET_ARENA_MAX_REGIONS]

Definition at line 148 of file arena.h.

Referenced by det_arena_set_scratch_mark(), and det_arena_set_scratch_release().

◆ count

size_t DetArenaMark::count

Definition at line 149 of file arena.h.

Referenced by det_arena_set_scratch_mark(), and det_arena_set_scratch_release().


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