fid_Arrayuchar Struct Reference
[Dynamic arrays]
Dynamic array of
unsigned char values.
More...
Detailed Description
Dynamic array of
unsigned char values.
Definition at line 474 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.
|
| unsigned char * | dyndata |
| | Pointer to array data.
|
| unsigned char * | prev_dyndata |
| | Temporary used before calling\ * realloc() to prevent leaking memory.
|
Field Documentation
Number of elements in use.
Definition at line 474 of file arrays.h.
Number of elements for which space has * been allocated.
Definition at line 474 of file arrays.h.
Pointer to array data.
Definition at line 474 of file arrays.h.
Temporary used before calling\ * realloc() to prevent leaking memory.
Definition at line 474 of file arrays.h.