compute-runtime/shared/source/memory_manager
Oskar Hubert Weber c3d5ee8332 fix: unblock main thread after mutex unlock in DeferredDeleter
DeferredDeleter instance could get deleted before worker thread called
unlock() on queue mutex leading to an error

Related-To: NEO-14896

Signed-off-by: Oskar Hubert Weber <oskar.hubert.weber@intel.com>
2025-05-09 14:17:47 +02:00
..
definitions refactor: remove not needed code 2024-11-28 16:16:30 +01:00
CMakeLists.txt fix: flag to limit usm reuse based on memory usage 2025-03-27 10:25:19 +01:00
address_mapper.cpp
address_mapper.h
alignment_selector.cpp refactor: correct naming of HeapIndex enum values 2023-12-12 11:46:17 +01:00
alignment_selector.h
allocation_properties.h refactor: remove not needed code 2024-11-28 16:16:30 +01:00
allocation_type.h fix: create and use new allocation type for syncBuffer 2024-09-06 14:11:33 +02:00
allocations_list.cpp fix: clear AllocationsList tail on free all 2023-11-02 18:06:13 +01:00
allocations_list.h
compression_selector.cpp refactor: rename global debug manager to debugManager 2023-11-30 13:00:59 +01:00
compression_selector.h
deferrable_allocation_deletion.cpp
deferrable_allocation_deletion.h
deferrable_deletion.h fix: Add asserts to ensure NonCopyable and NonMovable n/n 2025-02-19 11:36:24 +01:00
deferred_deleter.cpp fix: unblock main thread after mutex unlock in DeferredDeleter 2025-05-09 14:17:47 +02:00
deferred_deleter.h fix: avoid joining thread in deferred deleter 2025-04-17 16:17:42 +02:00
dynamic_memory_tracking.cpp refactor: correct typo 2025-02-17 23:31:27 +01:00
gfx_partition.cpp fix: Adjust standard heaps when on 57 bit address space 2025-04-09 12:51:03 +02:00
gfx_partition.h Revert "fix: use full size for HEAP_EXTENDED initialization" 2024-10-22 19:27:31 +02:00
graphics_allocation.cpp fix: use productHelper in getPatIndexInfoString() on Windows 2024-10-22 19:27:13 +02:00
graphics_allocation.h fix: correct usages of ULLS-related resources 2025-05-08 12:12:45 +02:00
host_ptr_defines.h Revert "performance: align structures for 64-bit platforms" 2025-01-15 09:02:01 +01:00
host_ptr_manager.cpp refactor: correct naming of enum class constants 4/n 2023-12-13 08:08:51 +01:00
host_ptr_manager.h
internal_allocation_storage.cpp Revert "performance: Stop direct submission before removing host ptrs" 2024-05-13 10:10:51 +02:00
internal_allocation_storage.h
local_memory_usage.cpp refactor: rename global debug manager to debugManager 2023-11-30 13:00:59 +01:00
local_memory_usage.h refactor: Change wording from NonCopyableOrMovable to NonCopyableAndNonMovable 2025-02-17 14:19:10 +01:00
memadvise_flags.h feature: memAdise for System Allocator 2025-04-16 07:11:14 +02:00
memory_allocation.cpp refactor: correct naming of MemoryPool enum values 2023-12-13 07:51:39 +01:00
memory_allocation.h feature: Initial CB events IPC support 2024-10-16 13:33:59 +02:00
memory_banks.h refactor: rename variables from MemoryBanks namespace 2023-12-04 16:46:46 +01:00
memory_manager.cpp refactor: remove not needed hw info member 2025-05-07 14:17:49 +02:00
memory_manager.h feature: memAdise for System Allocator 2025-04-16 07:11:14 +02:00
memory_operations_handler.h fix: Avoid mutex deadlock when switch ulls light ring buffer 2025-03-19 11:47:40 +01:00
memory_operations_status.h refactor: correct naming of enum class constants 6/n 2023-12-13 14:48:52 +01:00
memory_pool.h refactor: correct naming of MemoryPool enum values 2023-12-13 07:51:39 +01:00
migration_sync_data.cpp
migration_sync_data.h
multi_graphics_allocation.cpp
multi_graphics_allocation.h fix: explicitly remove assign operators when not needed 2023-10-12 10:25:15 +02:00
os_agnostic_memory_manager.cpp performance: change usage for ringBuffer on integrated devices 2025-04-14 12:25:38 +02:00
os_agnostic_memory_manager.h performance: Pass RootDeviceIndicesContainer by reference 2024-12-17 14:18:30 +01:00
page_table.cpp
page_table.h
page_table.inl
physical_address_allocator.h refactor: rename variables from MemoryBanks namespace 2023-12-04 16:46:46 +01:00
prefetch_manager.cpp feature: Implement appendMemoryPrefetch for Shared System USM allocations 2025-03-13 06:26:38 +01:00
prefetch_manager.h feature: Implement appendMemoryPrefetch for Shared System USM allocations 2025-03-13 06:26:38 +01:00
residency.cpp
residency.h
residency_container.h
surface.cpp
surface.h
unified_memory_manager.cpp refactor: remove not required parameter 2025-05-08 23:13:06 +02:00
unified_memory_manager.h refactor: remove not required parameter 2025-05-08 23:13:06 +02:00
unified_memory_pooling.cpp performance: usm device pool, compression handling 2025-05-06 16:30:58 +02:00
unified_memory_pooling.h performance: usm device pool, compression handling 2025-05-06 16:30:58 +02:00
unified_memory_reuse.h fix: flag to limit usm reuse based on memory usage 2025-03-27 10:25:19 +01:00
unified_memory_reuse_cleaner.cpp refactor: Adjust USM cleaner to ULLS light 2025-04-15 14:05:02 +02:00
unified_memory_reuse_cleaner.h refactor: Adjust USM cleaner to ULLS light 2025-04-15 14:05:02 +02:00