#include <ut0vec.h>
Public Attributes | |
mem_heap_t * | heap |
void ** | data |
ulint | used |
ulint | total |
void** ib_vector_struct::data |
data elements
Definition at line 136 of file ut0vec.h.
Referenced by ib_vector_create(), and ib_vector_push().
mem_heap_t* ib_vector_struct::heap |
heap
Definition at line 135 of file ut0vec.h.
Referenced by ib_vector_create(), and ib_vector_push().
ulint ib_vector_struct::total |
number of elements allocated
Definition at line 138 of file ut0vec.h.
Referenced by ib_vector_create(), and ib_vector_push().
ulint ib_vector_struct::used |
number of elements currently used
Definition at line 137 of file ut0vec.h.
Referenced by ib_vector_create(), and ib_vector_push().