Stan Math Library
4.9.0
Automatic Differentiation
|
|
inlineexplicit |
Construct a resizable stack allocator initially holding the specified number of bytes.
initial_nbytes | Initial number of bytes for the allocator. Defaults to (1 << 16) = 64KB initial bytes. |
std::runtime_error | if the underlying malloc is not 8-byte aligned. |
Definition at line 131 of file stack_alloc.hpp.