Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

report_memory_leaks_to

Parameter report_memory_leaks_to allows to specify a file where to report memory leaks to. The parameter does not have default value. If it is not specified, memory leaks (if any) are reported to the standard error stream.

Acceptable values

Arbitrary file name string.

Command line syntax
Environment variable
BOOST_TEST_REPORT_MEMORY_LEAKS_TO

PrevUpHomeNext