Dynarray.c
Data Fields
array_info Struct Reference

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.
 

Detailed Description

Saves stats about the array for memory handling.


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