Public Attributes | |
ib_list_node_t * | first |
ib_list_node_t * | last |
ibool | is_heap_list |
first node
Definition at line 148 of file ut0list.h.
Referenced by ib_list_add_after(), ib_list_create(), ib_list_create_heap(), and ib_list_remove().
TRUE if this list was allocated through a heap
Definition at line 150 of file ut0list.h.
Referenced by ib_list_create(), ib_list_create_heap(), and ib_list_free().
last node
Definition at line 149 of file ut0list.h.
Referenced by ib_list_add_after(), ib_list_create(), ib_list_create_heap(), and ib_list_remove().