MCPcopy Create free account
hub / github.com/cpputest/cpputest / CreateData

Method CreateData

src/Platforms/Symbian/SymbianMemoryLeakWarning.cpp:104–107  ·  view source on GitHub ↗

this method leaves (no naming convention followed due to CppUTest framework

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected