srsLTE/lib/include/srsran/adt/pool
faluco fa351cd285 Rename functions that contain the unsafe word to nolock.
The term "unsafe" does not clearly state that the function is not locking the shared date and it sounds "dangerous", so use a more explicit term.
2021-09-27 13:26:21 +02:00
..
batch_mem_pool.h Rename functions that contain the unsafe word to nolock. 2021-09-27 13:26:21 +02:00
cached_alloc.h add comment explaining the use case of cached_alloc 2021-05-06 18:06:10 +01:00
circular_stack_pool.h demote assert to expect check in circular stack pool destruction, when a leak is detected 2021-04-27 19:14:25 +01:00
fixed_size_pool.h Reimplement batch-based background object/memory pool 2021-04-07 12:02:22 +01:00
linear_allocator.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 2021-08-23 16:47:54 +02:00
mem_pool.h Reimplement batch-based background object/memory pool 2021-04-07 12:02:22 +01:00
memblock_cache.h Reimplement batch-based background object/memory pool 2021-04-07 12:02:22 +01:00
obj_pool.h pool - avoid concurrent batch allocations in background threads 2021-04-09 12:54:22 +01:00
pool_interface.h enb - rnti memory pool now fallbacks to new/delete if rnti-specific memory block is full 2021-04-09 12:54:22 +01:00
pool_utils.h implementation of memory pool with individual memory blocks per UE that get accessed via their rnti 2021-04-09 12:54:22 +01:00