CppAD: A C++ Algorithmic Differentiation Package  20171217
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
memory_leak.hpp File Reference

File that implements a memory check at end of a CppAD program. More...

Go to the source code of this file.

Namespaces

 CppAD
 contains all the variables and functions defined by the CppAD package.
 

Functions

bool CppAD::memory_leak (size_t add_static=0)
 Function that checks allocator thread_alloc for misuse that results in memory leaks. More...
 

Detailed Description

File that implements a memory check at end of a CppAD program.

Definition in file memory_leak.hpp.