|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
A set of DetArena regions searched in insertion (preference) order. More...
#include <arena.h>
Public Attributes | |
| DetArena | region [DET_ARENA_MAX_REGIONS] |
| size_t | count |
| Regions in use. | |
A set of DetArena regions searched in insertion (preference) order.
| DetArena DetArenaSet::region[DET_ARENA_MAX_REGIONS] |
Definition at line 141 of file arena.h.
Referenced by det_arena_set_add(), det_arena_set_free_bytes(), det_arena_set_persist_alloc(), det_arena_set_persist_free(), det_arena_set_persist_used(), det_arena_set_scratch_alloc_aligned(), det_arena_set_scratch_mark(), det_arena_set_scratch_release(), det_arena_set_scratch_reset(), and det_arena_set_scratch_used().
| size_t DetArenaSet::count |
Regions in use.
Definition at line 142 of file arena.h.
Referenced by det_arena_set_add(), det_arena_set_free_bytes(), det_arena_set_init(), det_arena_set_persist_alloc(), det_arena_set_persist_free(), det_arena_set_persist_used(), det_arena_set_scratch_alloc_aligned(), det_arena_set_scratch_mark(), det_arena_set_scratch_release(), det_arena_set_scratch_reset(), and det_arena_set_scratch_used().