|
ZFCP HBA API Library 1
|
Block structure used to hold all needed data for growable arrays. More...
#include <vlib.h>
Data Fields | |
| void * | data |
| pointer to an array | |
| size_t | used |
| number of used elements in the array | |
| size_t | allocated |
| total number of elements in the array | |
Block structure used to hold all needed data for growable arrays.