Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/HeapAnalyzer.hpp>
The HeapAnalyzer::Block allows for easily verifying that a block of code does not leak memory.
COH_ENSURE_HEAP
{
... // your code here
}
Public Member Functions |
|
| Block () | |
| Construct a ZeroBlock object. | |
| Block (const Block &that) | |
| Copy constructor for COH_ENSURE_HEAP macro. | |
| ~Block () | |
| Destroy a Block object. | |
| Block | ( | ) | [inline] |
Construct a ZeroBlock object.
This will automatically capture an initial snapshot
The documentation for this class was generated from the following file: