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

This a structure wrapps the use of chained_list This is the main chain list structure to use. More...

#include <Chained_List.h>

Collaboration diagram for Chained_List:
Collaboration graph

Data Fields

struct chained_listlist
 the head chained_list chunk More...
 
uint64_t count
 the number of elements in the list More...
 
uint64_t chunk_size
 the size of the chunks More...
 
size_t payload_size
 the size of elements that can be stored in the list More...
 

Detailed Description

This a structure wrapps the use of chained_list This is the main chain list structure to use.

Definition at line 273 of file Chained_List.h.

Field Documentation

uint64_t Chained_List::chunk_size

the size of the chunks

Definition at line 276 of file Chained_List.h.

uint64_t Chained_List::count

the number of elements in the list

Definition at line 275 of file Chained_List.h.

struct chained_list* Chained_List::list

the head chained_list chunk

Definition at line 274 of file Chained_List.h.

size_t Chained_List::payload_size

the size of elements that can be stored in the list

Definition at line 277 of file Chained_List.h.


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