28 #ifndef D_MemoryReportAllocator_h
29 #define D_MemoryReportAllocator_h
31 #include "CppUTest/TestMemoryAllocator.h"
46 virtual void setTestResult(
TestResult* result);
51 virtual char* alloc_memory(
size_t size,
const char* file,
int line);
52 virtual void free_memory(
char* memory,
const char* file,
int line);
54 virtual const char* name();
55 virtual const char* alloc_name();
56 virtual const char* free_name();
Definition: TestResult.h:41
Definition: MemoryReportAllocator.h:35
Definition: TestMemoryAllocator.h:49