Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cpputest/cpputest
/ normal_operator_delete
Function
normal_operator_delete
src/CppUTest/MemoryLeakWarningPlugin.cpp:286–289 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
284
}
285
286
static void normal_operator_delete (void* mem) UT_NOTHROW
287
{
288
PlatformSpecificFree(mem);
289
}
290
291
static void normal_operator_delete_array (void* mem) UT_NOTHROW
292
{
Callers
nothing calls this directly
Calls
1
PlatformSpecificFree
Function · 0.85
Tested by
no test coverage detected