fid_Sint32
values.
More...
fid_Sint32
values.
Definition at line 489 of file arrays.h.
#include <arrays.h>
Data Fields | |
size_t | occupied |
Number of elements in use. | |
size_t | allocated |
Number of elements for which space has * been allocated. | |
fid_Sint32 * | dyndata |
Pointer to array data. | |
fid_Sint32 * | prev_dyndata |
Temporary used before calling\ * realloc() to prevent leaking memory. |
size_t fid_ArraySint32::occupied |
size_t fid_ArraySint32::allocated |