MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / operator()

Method operator()

Win32Lib/Win32Lib.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21namespace Win32 {
22
23void LocalAllocDeleter::operator()(pointer p) const
24{
25 if (p != nullptr)
26 LocalFree(p);
27}
28
29void GlobalAllocDeleter::operator()(pointer p) const
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected