Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ ~HeapObject
Method
~HeapObject
Kernel-Bridge/API/MemoryUtils.cpp:276–278 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
274
275
_IRQL_requires_max_(APC_LEVEL)
276
HeapObject::~HeapObject() {
277
DestroyHeap(HeapHandle);
278
}
279
280
BOOLEAN HeapObject::IsHeapValid() const {
281
return HeapHandle != NULL;
Callers
nothing calls this directly
Calls
1
DestroyHeap
Function · 0.85
Tested by
no test coverage detected