struct_uint32_array_t Struct Reference

Defines an array of uint32. More...

#include <lib/utils/include/array.h>


Data Fields

uint32_t alloced
uint32_t length
uint32_t * data


Detailed Description

Defines an array of uint32.

This structure defines a special kind of uint32 array which knows its current length and its allocated memory space.

Definition at line 361 of file array.h.


Field Documentation

Memory space allocated for this array's data field, given as a multiple of sizeof(uint32_t). This is the maximum number of uint32_t that the array can accommodate.

Definition at line 367 of file array.h.

Current number of uint32_t hold in the array pointed by the structure's data field.

Definition at line 372 of file array.h.

Referenced by is_in_sorted_uint32_array().

Array of uint32_t whose size is given by the alloced field.

Definition at line 376 of file array.h.


The documentation for this struct was generated from the following file:

Generated on Fri Jun 17 11:10:12 2011 for TIFA by Doxygen 1.5.5