Legion Runtime
Public Member Functions | Public Attributes | List of all members
Legion::PoolBounds Struct Reference

#include <legion.h>

Public Member Functions

 PoolBounds (UnboundPoolScope s)
 
 PoolBounds (size_t s=0, uint32_t a=16)
 
 PoolBounds (const PoolBounds &)=default
 
 PoolBounds (PoolBounds &&)=default
 
PoolBoundsoperator= (const PoolBounds &)=default
 
PoolBoundsoperator= (PoolBounds &&)=default
 

Public Attributes

size_t size
 
uint32_t alignment
 
UnboundPoolScope scope
 

Detailed Description

A small helper class for tracking the bounds on what memory pools can support when they are created


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