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

Method IsHeapValid

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

Source from the content-addressed store, hash-verified

278 }
279
280 BOOLEAN HeapObject::IsHeapValid() const {
281 return HeapHandle != NULL;
282 }
283
284 _IRQL_requires_max_(APC_LEVEL)
285 PVOID HeapObject::Alloc(SIZE_T Size, BOOLEAN ZeroMemory) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected