diff --git a/lib/include/srsran/adt/pool/background_mem_pool.h b/lib/include/srsran/adt/pool/background_mem_pool.h index 72e673c11..a3ab2805c 100644 --- a/lib/include/srsran/adt/pool/background_mem_pool.h +++ b/lib/include/srsran/adt/pool/background_mem_pool.h @@ -145,8 +145,11 @@ private: } // namespace detail template -using background_mem_pool = - detail::base_background_pool; +using background_mem_pool = detail::base_background_pool, + BatchSize, + ThresholdSize, + detail::noop_operator, + detail::noop_operator>; template