VRS::MemoryLeakDetector Class Reference
#include <vrs/memoryleakdetector.h>
List of all members.
|
Static Public Member Functions |
| static void * | alloc (size_t size) |
| static void | dealloc (void *pointer) |
| static void | reset () |
| static void | output (size_t minBytes=0, bool outputAll=false) |
Member Function Documentation
| static void* VRS::MemoryLeakDetector::alloc |
( |
size_t |
size |
) |
[static] |
| static void VRS::MemoryLeakDetector::dealloc |
( |
void * |
pointer |
) |
[static] |
| static void VRS::MemoryLeakDetector::reset |
( |
|
) |
[static] |
| static void VRS::MemoryLeakDetector::output |
( |
size_t |
minBytes = 0, |
|
|
bool |
outputAll = false | |
|
) |
| | [static] |
The documentation for this class was generated from the following file: