MCPcopy Create free account
hub / github.com/WinDurango/WinDurango / GetDriverMemory

Method GetDriverMemory

projects/WinDurango.KernelX/src/Logan.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

DispatchGetDriverMemoryFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected