You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Francisco cdf72248f3 Reimplement batch-based background object/memory pool
Main changes:
- addition of pool utilities
- The node size/alignment and batch allocation threshold are now runtime arguments
- object pool and memory pool are not anymore based on the same class.
  The object pool cannot use intrusive free list because it would overwrite the object
  memory
4 years ago
..
CMakeLists.txt adt - add optional construct that closely emulates std::optional<T> 4 years ago
bounded_bitset_test.cc rename srsLTE to srsRAN 4 years ago
bounded_vector_test.cc rename srsLTE to srsRAN 4 years ago
circular_buffer_test.cc adt - make circular buffer work with types without default ctor 4 years ago
circular_map_test.cc Initial NR PDSCH CSI-RS RE skip and other changes 4 years ago
expected_test.cc rename srsLTE to srsRAN 4 years ago
fsm_test.cc refactor - increase code reuse in adt files 4 years ago
interval_test.cc rename srsLTE to srsRAN 4 years ago
mem_pool_test.cc Reimplement batch-based background object/memory pool 4 years ago
observer_test.cc rename srsLTE to srsRAN 4 years ago
optional_test.cc adt - add optional construct that closely emulates std::optional<T> 4 years ago
scope_exit_test.cc rename srsLTE to srsRAN 4 years ago
span_test.cc rename srsLTE to srsRAN 4 years ago