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

Method Free

Kernel-Bridge/API/MemoryUtils.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288
289 _IRQL_requires_max_(APC_LEVEL)
290 VOID HeapObject::Free(PVOID Address) const {
291 FreeHeap(HeapHandle, Address);
292 }
293
294 _IRQL_requires_max_(APC_LEVEL)
295 LPSTR HeapObject::AllocAnsiString(SIZE_T Characters) const {

Callers

nothing calls this directly

Calls 1

FreeHeapFunction · 0.85

Tested by

no test coverage detected