Debugger L0 Win - register allocations metadata in debugger

Related-To: NEO-6764

Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
Igor Venevtsev
2022-06-07 15:35:22 +00:00
committed by Compute-Runtime-Automation
parent 2f46a7da63
commit cb6db5672b
11 changed files with 474 additions and 54 deletions

View File

@@ -79,6 +79,7 @@ class WddmMemoryManager : public MemoryManager {
bool isNTHandle(osHandle handle, uint32_t rootDeviceIndex) override;
void releaseDeviceSpecificMemResources(uint32_t rootDeviceIndex) override{};
void createDeviceSpecificMemResources(uint32_t rootDeviceIndex) override{};
void registerAllocationInOs(GraphicsAllocation *allocation) override;
protected:
GraphicsAllocation *createGraphicsAllocation(OsHandleStorage &handleStorage, const AllocationData &allocationData) override;