| 13 | } |
| 14 | |
| 15 | HRESULT LoganHeap::GetDriverMemory(UINT32 index, LOGAN_PHYSICAL_MEMORY *memory) |
| 16 | { |
| 17 | *memory = _driverMemory[index]; |
| 18 | return S_OK; |
| 19 | } |
| 20 | |
| 21 | template <typename T> T *LoganHeap::GetVirtualAddress(APU_ADDRESS ApuAddress, SIZE_T Count) |
| 22 | { |
no outgoing calls
no test coverage detected