#include <cstdlib>
#include <cstddef>
#include <sstream>
#include <stdexcept>
#include <stdint.h>
#include <vector>
#include <stan/meta/likely.hpp>
Go to the source code of this file.
|
| class | stan::memory::stack_alloc |
| | An instance of this class provides a memory pool through which blocks of raw memory may be allocated and then collected simultaneously. More...
|
| |
|
| | stan |
| | Probability, optimization and sampling library.
|
| |
| | stan::memory |
| | (Expert) Allocate, free, and manage underlying system memory.
|
| |
|
| template<typename T > |
| bool | stan::memory::is_aligned (T *ptr, unsigned int bytes_aligned) |
| | Return true if the specified pointer is aligned on the number of bytes. More...
|
| |