|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
A set of pc_arena regions searched in insertion (preference) order. More...
#include <arena.h>
Public Attributes | |
| pc_arena | region [PC_ARENA_MAX_REGIONS] |
| size_t | count |
| Regions in use. | |
A set of pc_arena regions searched in insertion (preference) order.
| pc_arena pc_arena_set::region[PC_ARENA_MAX_REGIONS] |
Definition at line 222 of file arena.h.
Referenced by pc_arena_set_add(), pc_arena_set_free_bytes(), pc_arena_set_persist_alloc(), pc_arena_set_persist_free(), pc_arena_set_persist_used(), pc_arena_set_scratch_alloc_aligned(), pc_arena_set_scratch_mark(), pc_arena_set_scratch_release(), pc_arena_set_scratch_reset(), and pc_arena_set_scratch_used().
| size_t pc_arena_set::count |
Regions in use.
Definition at line 223 of file arena.h.
Referenced by pc_arena_set_add(), pc_arena_set_free_bytes(), pc_arena_set_init(), pc_arena_set_persist_alloc(), pc_arena_set_persist_free(), pc_arena_set_persist_used(), pc_arena_set_scratch_alloc_aligned(), pc_arena_set_scratch_mark(), pc_arena_set_scratch_release(), pc_arena_set_scratch_reset(), and pc_arena_set_scratch_used().