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

Method Alloc

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

Source from the content-addressed store, hash-verified

283
284 _IRQL_requires_max_(APC_LEVEL)
285 PVOID HeapObject::Alloc(SIZE_T Size, BOOLEAN ZeroMemory) const {
286 return AllocHeap(HeapHandle, Size, ZeroMemory);
287 }
288
289 _IRQL_requires_max_(APC_LEVEL)
290 VOID HeapObject::Free(PVOID Address) const {

Callers

nothing calls this directly

Calls 1

AllocHeapFunction · 0.85

Tested by

no test coverage detected