![]() |
Realm
A distributed, event-based tasking library
|
#include <gasnetex_internal.h>
Public Types | |
| typedef char | Storage_unaligned[sizeof(T)] |
Public Member Functions | |
| REALM_ALIGNED_TYPE_SAMEAS (Storage_aligned, Storage_unaligned, T) | |
Public Attributes | ||
| union { | ||
| Storage_aligned raw_storage | ||
| uintptr_t nextptr | ||
| }; | ||
| Chunk * | backptr | |
| typedef char Realm::ChunkedRecycler< T, CHUNK_SIZE >::WithPtr::Storage_unaligned[sizeof(T)] |
| Realm::ChunkedRecycler< T, CHUNK_SIZE >::WithPtr::REALM_ALIGNED_TYPE_SAMEAS | ( | Storage_aligned | , |
| Storage_unaligned | , | ||
| T | |||
| ) |
| union { ... } Realm::ChunkedRecycler< T, CHUNK_SIZE >::WithPtr |
| Chunk* Realm::ChunkedRecycler< T, CHUNK_SIZE >::WithPtr::backptr |
| uintptr_t Realm::ChunkedRecycler< T, CHUNK_SIZE >::WithPtr::nextptr |
| Storage_aligned Realm::ChunkedRecycler< T, CHUNK_SIZE >::WithPtr::raw_storage |