this method leaves (no naming convention followed due to CppUTest framework
| 102 | |
| 103 | // this method leaves (no naming convention followed due to CppUTest framework |
| 104 | void MemoryLeakWarning::CreateData() |
| 105 | { |
| 106 | _impl = new(ELeave) MemoryLeakWarningData(); |
| 107 | } |
| 108 | |
| 109 | void MemoryLeakWarning::DestroyData() |
| 110 | { |
nothing calls this directly
no outgoing calls
no test coverage detected