MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / Free

Method Free

Source/Client/NM_Sys/API/MemoryUtils.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268
269 _IRQL_requires_max_(APC_LEVEL)
270 VOID HeapObject::Free(PVOID Address) const
271 {
272 FreeHeap(HeapHandle, Address);
273 }
274
275 _IRQL_requires_max_(APC_LEVEL)
276 LPSTR HeapObject::AllocAnsiString(SIZE_T Characters) const

Callers

nothing calls this directly

Calls 1

FreeHeapFunction · 0.85

Tested by

no test coverage detected