Multi-ApplicationOnlineProfiling
2.1
|
This struct is used to improve performance when sequentially walking through. More...
#include <Chained_List.h>
Data Fields | |
struct chained_list * | last_chunk |
the chunk containing last element More... | |
uint64_t | last_chunk_offset |
the offset of last element in last chunk More... | |
This struct is used to improve performance when sequentially walking through.
It is used in Chained_List_get_nth_seq()
Definition at line 133 of file Chained_List.h.
struct chained_list* chained_list_view::last_chunk |
the chunk containing last element
Definition at line 134 of file Chained_List.h.
uint64_t chained_list_view::last_chunk_offset |
the offset of last element in last chunk
Definition at line 135 of file Chained_List.h.