Stan  2.5.0
probability, sampling & optimization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
stack_alloc.hpp File Reference
#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.

Classes

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...
 

Namespaces

 stan
 Probability, optimization and sampling library.
 
 stan::memory
 (Expert) Allocate, free, and manage underlying system memory.
 

Functions

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...
 

     [ Stan Home Page ] © 2011–2014, Stan Development Team.