int32.
More...
#include <lib/utils/include/array.h>
Data Fields | |
| uint32_t | alloced |
| uint32_t | length |
| int32_t * | data |
int32.
This structure defines a special kind of int32 array which knows its current length and its allocated memory space.
Definition at line 621 of file array.h.
| uint32_t struct_int32_array_t::alloced |
| uint32_t struct_int32_array_t::length |
Current number of int32_t hold in the array pointed by the structure's data field.
Definition at line 632 of file array.h.
Referenced by is_in_sorted_int32_array().
| int32_t* struct_int32_array_t::data |