MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / operator delete

Function operator delete

Kernel-Bridge/API/CppSupport.cpp:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void __cdecl operator delete(void* Pointer)
144{
145 if (!Pointer) return;
146 ExFreePoolWithTag(Pointer, CrtPoolTag);
147}
148
149void __cdecl operator delete(void* Pointer, size_t Size)
150{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected