Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
chained_list_view Struct Reference

This struct is used to improve performance when sequentially walking through. More...

#include <Chained_List.h>

Collaboration diagram for chained_list_view:
Collaboration graph

Data Fields

struct chained_listlast_chunk
 the chunk containing last element More...
 
uint64_t last_chunk_offset
 the offset of last element in last chunk More...
 

Detailed Description

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.

Field Documentation

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.


The documentation for this struct was generated from the following file: