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

Function normal_operator_delete_array

src/CppUTest/MemoryLeakWarningPlugin.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291static void normal_operator_delete_array (void* mem) UT_NOTHROW
292{
293 PlatformSpecificFree(mem);
294}
295
296static void *(*operator_new_fptr)(size_t size) UT_THROW(std::bad_alloc) = mem_leak_operator_new;
297static void *(*operator_new_nothrow_fptr)(size_t size) UT_NOTHROW = mem_leak_operator_new_nothrow;

Callers

nothing calls this directly

Calls 1

PlatformSpecificFreeFunction · 0.85

Tested by

no test coverage detected