| 100 | }; |
| 101 | |
| 102 | static void _testTwoLeaks() |
| 103 | { |
| 104 | leak1 = detector->allocMemory(allocator, 10); |
| 105 | leak2 = (long*) (void*) detector->allocMemory(allocator, 4); |
| 106 | } |
| 107 | |
| 108 | #if CPPUTEST_USE_MEM_LEAK_DETECTION |
| 109 |
nothing calls this directly
no test coverage detected