MCPcopy Create free account
hub / github.com/cpputest/cpputest / operator delete[]

Function operator delete[]

src/CppUTest/MemoryLeakWarningPlugin.cpp:352–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void operator delete[](void* mem) UT_NOTHROW
353{
354 operator_delete_array_fptr(mem);
355}
356
357void operator delete[](void* mem, const char*, size_t) UT_NOTHROW
358{

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68