Celeritas
0.5.0-56+6b053cd
|
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "Collection.hh"
#include "CollectionAlgorithms.hh"
#include "CollectionBuilder.hh"
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. | |