|
Celeritas 0.7.0-dev.161+develop.301cbc939
|
#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. | |