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:352–355 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
350
}
351
352
void operator delete[](void* mem) UT_NOTHROW
353
{
354
operator_delete_array_fptr(mem);
355
}
356
357
void operator delete[](void* mem, const char*, size_t) UT_NOTHROW
358
{
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