fix: move host usm reuse max size to mem manager

Intialize value on memory manager creation.

Related-To: NEO-6893

Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
This commit is contained in:
Dominik Dabek
2025-03-21 11:07:58 +00:00
committed by Compute-Runtime-Automation
parent 54cb0e24f8
commit 6e998fc3c1
9 changed files with 67 additions and 48 deletions

View File

@@ -201,7 +201,6 @@ class SVMAllocsManager {
std::vector<SvmCacheAllocationInfo> allocations;
std::mutex mtx;
size_t maxSize = 0;
SVMAllocsManager *svmAllocsManager = nullptr;
MemoryManager *memoryManager = nullptr;
bool enablePerformanceLogging = false;