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

Function normal_operator_delete

src/CppUTest/MemoryLeakWarningPlugin.cpp:286–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286static void normal_operator_delete (void* mem) UT_NOTHROW
287{
288 PlatformSpecificFree(mem);
289}
290
291static void normal_operator_delete_array (void* mem) UT_NOTHROW
292{

Callers

nothing calls this directly

Calls 1

PlatformSpecificFreeFunction · 0.85

Tested by

no test coverage detected