struct_int32_array_t Struct Reference

Defines an array of int32. More...

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


Data Fields

uint32_t alloced
uint32_t length
int32_t * data


Detailed Description

Defines an array of 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.


Field Documentation

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

Definition at line 627 of file array.h.

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().

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

Definition at line 636 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