Graphviz 13.1.3~dev.20250815.1023
Loading...
Searching...
No Matches
arena_chunk Struct Reference
Collaboration diagram for arena_chunk:
[legend]

Data Fields

arena_chunk_tprevious
 previous chunk that was in use
 

Detailed Description

a block of backing memory

Note that this is only the header metadata. When one of these structures is allocated, it is followed by raw bytes used for allocations themselves.

Definition at line 18 of file arena.c.

Field Documentation

◆ previous

arena_chunk_t* arena_chunk::previous

Definition at line 19 of file arena.c.

Referenced by gv_arena_reset(), and more_core().


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