Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
325
void operator delete(void* mem) UT_NOTHROW
326
{
327
operator_delete_fptr(mem);
328
}
329
330
void operator delete(void* mem, const char*, size_t) UT_NOTHROW
331
{
Callers
2
TEST
Function · 0.85
TEST
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
TEST
Function · 0.68