Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
Realm::ChunkedRecycler< T, CHUNK_SIZE >::Chunk Struct Reference

#include <gasnetex_internal.h>

Collaboration diagram for Realm::ChunkedRecycler< T, CHUNK_SIZE >::Chunk:

Public Attributes

atomic< unsigned > remaining_count
 
Chunknext_chunk
 
WithPtr elements [CHUNK_SIZE]
 

Member Data Documentation

◆ elements

template<typename T , unsigned CHUNK_SIZE>
WithPtr Realm::ChunkedRecycler< T, CHUNK_SIZE >::Chunk::elements[CHUNK_SIZE]

◆ next_chunk

template<typename T , unsigned CHUNK_SIZE>
Chunk* Realm::ChunkedRecycler< T, CHUNK_SIZE >::Chunk::next_chunk

◆ remaining_count

template<typename T , unsigned CHUNK_SIZE>
atomic<unsigned> Realm::ChunkedRecycler< T, CHUNK_SIZE >::Chunk::remaining_count

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