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