#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 117 of file ut0vec.h.
Referenced by ib_vector_create(), and ib_vector_push().
mem_heap_t* ib_vector_struct::heap |
heap
Definition at line 116 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 119 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 118 of file ut0vec.h.
Referenced by ib_vector_create(), and ib_vector_push().