Remove slab allocator from backend class

Этот коммит содержится в:
Brandon Potter
2024-07-11 08:32:18 -07:00
родитель ffc7aa468d
Коммит 646a59f381
-7
Просмотреть файл
@@ -39,7 +39,6 @@
#include "roc_shmem/roc_shmem.hpp"
#include "backend_type.hpp"
#include "ipc_policy.hpp"
#include "memory/slab_heap.hpp"
#include "memory/symmetric_heap.hpp"
#include "stats.hpp"
#include "team_tracker.hpp"
@@ -230,12 +229,6 @@ class Backend {
*/
SymmetricHeap heap{};
/**
* @brief Object contains the interface and internal data structures
* needed to allocate/free memory on the slab heap.
*/
SlabHeap slab{};
/**
* @brief Determines which device to launch device kernels onto.
*