mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Register Allocations
Related-To: NEO-4964 Change-Id: I792dd7f7d6d594f51701ec7a40b2c0d36531b02b Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
98c9e3f6ca
commit
eb287d87d7
@ -411,6 +411,7 @@ GraphicsAllocation *MemoryManager::allocateGraphicsMemoryInPreferredPool(const A
|
||||
this->registerSysMemAlloc(allocation);
|
||||
}
|
||||
FileLoggerInstance().logAllocation(allocation);
|
||||
registerAllocation(allocation);
|
||||
return allocation;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user