#include <AllocationRecords.h>
Public Member Functions | |
| PrintAllocationsCB (bool isDetailed=false, bool includeNameAndFilename=false) | |
| bool | operator() (void *address, const AllocationInfo &info, unsigned char numStackLevels, size_t numRecords) |
Public Attributes | |
| bool | m_isDetailed |
| True to print allocation line and allocation callstack, otherwise false. | |
| bool | m_includeNameAndFilename |
Example of records enumeration callback.