Celeritas  0.5.0-56+6b053cd
Classes | Functions
StackAllocatorData.hh File Reference
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "Collection.hh"
#include "CollectionAlgorithms.hh"
#include "CollectionBuilder.hh"
This graph shows which files directly or indirectly include this file:

Classes

struct  celeritas::StackAllocatorData< T, W, M >
 Storage for a stack and its dynamic size. More...
 

Functions

template<class T , MemSpace M>
void celeritas::resize (StackAllocatorData< T, Ownership::value, M > *data, size_type capacity)
 Resize a stack allocator in host code.