![]() |
Stan
1.0
probability, sampling & optimization
|
#include <cstdlib>#include <cstddef>#include <sstream>#include <stdexcept>#include <stdint.h>#include <vector>Go to the source code of this file.
Classes | |
| class | stan::memory::chunk_alloc< T, Tnchunks_per_block > |
Namespaces | |
| stan | |
| Probability, optimization and sampling library. | |
| stan::memory | |
| (Expert) Allocate, free, and manage underlying system memory. | |
Macros | |
| #define | DEFAULT_INITIAL_NCHUNKS (1 << 8) |
| #define DEFAULT_INITIAL_NCHUNKS (1 << 8) |
Definition at line 11 of file chunk_alloc.hpp.