Graphviz 13.0.0~dev.20241220.2304
|
Go to the source code of this file.
Functions | |
void | vmclear (Vmalloc_t *vm) |
void vmclear | ( | Vmalloc_t * | vm | ) |
Clear out all allocated space.
Note that this leaves the allocation region itself usable, but just frees all previous allocations made within this region.
vm | Vmalloc to operate on |
Definition at line 21 of file vmclear.c.
References _vmalloc_s::allocated, _vmalloc_s::capacity, free(), NULL, and _vmalloc_s::size.
Referenced by vmclose().