Stan  1.0
probability, sampling & optimization
Classes | Namespaces | Macros
chunk_alloc.hpp File Reference
#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)
 

Macro Definition Documentation

◆ DEFAULT_INITIAL_NCHUNKS

#define DEFAULT_INITIAL_NCHUNKS   (1 << 8)

Definition at line 11 of file chunk_alloc.hpp.


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