Graphviz 13.1.3~dev.20250815.1023
|
Data Fields | |
arena_chunk_t * | previous |
previous chunk that was in use | |
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.
arena_chunk_t* arena_chunk::previous |
Definition at line 19 of file arena.c.
Referenced by gv_arena_reset(), and more_core().