| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected