ATLAS Offline Software
Public Attributes | List of all members
CxxUtils::pointer_list_base::allocator::chunk Struct Reference

One memory allocation chunk. More...

Collaboration diagram for CxxUtils::pointer_list_base::allocator::chunk:

Public Attributes

chunkm_next
 Link to the next chunk. More...
 
list_blockm_blocks
 Pointer to the first block contained within this chunk. More...
 

Detailed Description

One memory allocation chunk.

Definition at line 133 of file pointer_list.h.

Member Data Documentation

◆ m_blocks

list_block* CxxUtils::pointer_list_base::allocator::chunk::m_blocks

Pointer to the first block contained within this chunk.

Definition at line 139 of file pointer_list.h.

◆ m_next

chunk* CxxUtils::pointer_list_base::allocator::chunk::m_next

Link to the next chunk.

Definition at line 136 of file pointer_list.h.


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