O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
private.h File Reference

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.

Detailed Description

Internal state of a dynamic array.

Author
Hugo FOLCHER
Antoine GAGNIERE

Definition in file private.h.