CppAD: A C++ Algorithmic Differentiation Package
20130918
|
File that implements a memory check at end of a CppAD program. More...
Go to the source code of this file.
Namespaces | |
namespace | 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. |
File that implements a memory check at end of a CppAD program.
Definition in file memory_leak.hpp.