#include <lib/utils/include/array.h>
Data Fields | |
uint32_t | alloced |
uint32_t | length |
unsigned char * | data |
This structure defines a special kind of byte array (actually unsigned
char
array) which knows its current length and its allocated memory space.
Definition at line 100 of file array.h.
uint32_t struct_byte_array_t::alloced |
uint32_t struct_byte_array_t::length |
Current number of bytes hold in the array pointed by the structure's data
field.
Definition at line 111 of file array.h.
Referenced by is_in_sorted_byte_array().
unsigned char* struct_byte_array_t::data |