Move files from runtime/memory_manager to core

- remove TbxMemoryManager

Change-Id: I554feff51f08e108b2e9ee22ecaa2cb75a1eead7
Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:
Mateusz Hoppe
2020-01-21 11:00:03 +01:00
committed by sys_ocldev
parent 4d3dfa9514
commit b5e2f322f6
62 changed files with 90 additions and 120 deletions

View File

@@ -6,6 +6,7 @@
*/
#include "core/helpers/aligned_memory.h"
#include "core/memory_manager/internal_allocation_storage.h"
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
#include "runtime/built_ins/aux_translation_builtin.h"
#include "runtime/command_queue/gpgpu_walker.h"
@@ -13,7 +14,6 @@
#include "runtime/event/perf_counter.h"
#include "runtime/helpers/hardware_commands_helper.h"
#include "runtime/helpers/task_information.h"
#include "runtime/memory_manager/internal_allocation_storage.h"
#include "runtime/utilities/tag_allocator.h"
#include "test.h"
#include "unit_tests/command_queue/command_queue_fixture.h"