|
Dynarray.c
|
Saves stats about the array for memory handling. More...
#include <dynarray.h>
Data Fields | |
| size_t | item_size |
| The size of a single entry in bytes. | |
| size_t | capacity |
| The number of available "slots" in the array. | |
| size_t | length |
| The number of currently filled "slots" in the array. | |
Saves stats about the array for memory handling.