Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
_vmalloc_s Struct Reference

#include <vmalloc.h>

Data Fields

void ** allocated
 
size_t size
 
size_t capacity
 

Detailed Description

Definition at line 26 of file vmalloc.h.

Field Documentation

◆ allocated

void** _vmalloc_s::allocated

Definition at line 27 of file vmalloc.h.

Referenced by make_space(), vmalloc(), vmclear(), and vmfree().

◆ capacity

size_t _vmalloc_s::capacity

Definition at line 29 of file vmalloc.h.

Referenced by make_space(), and vmclear().

◆ size

size_t _vmalloc_s::size

Definition at line 28 of file vmalloc.h.

Referenced by make_space(), vmalloc(), vmclear(), and vmfree().


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