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

Function operator delete

src/CppUTest/MemoryLeakWarningPlugin.cpp:325–328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325void operator delete(void* mem) UT_NOTHROW
326{
327 operator_delete_fptr(mem);
328}
329
330void operator delete(void* mem, const char*, size_t) UT_NOTHROW
331{

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68