![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Internal state of a dynamic array. More...
#include "o2s/array.h"
Go to the source code of this file.
Macros | |
#define | ARRAY_INITIAL_SIZE |
Number of elements allocated at minimum. | |
#define | ARRAY_GROWTH_FACTOR |
Factor used to multiply the capacity with. |
Functions | |
size_t | array_offset (const array_t *self, size_t count) |
The size in memory of count elements. |
Internal state of a dynamic array.
Definition in file private.h.