Cthulhu
0.2.10
Cthulhu compiler collection
|
a generic vector of pointers More...
Data Fields | |
arena_t * | arena |
size_t | size |
the total number of allocated elements More... | |
size_t | used |
the number of elements in use More... | |
a generic vector of pointers
a vector of non-owning pointers
all elements in the vector must fit into a pointer each. freeing the vector does not free the data it references internally. only the vector itself is freed.
size_t vector_t::size |