Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ recover_all()

void stan::math::stack_alloc::recover_all ( )
inline

Recover all the memory used by the stack allocator.

The stack of memory blocks allocated so far will be available for further allocations. To free memory back to the system, use the function free_all().

Definition at line 203 of file stack_alloc.hpp.