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.
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.
3 years ago
..
batch_mem_pool.h Rename functions that contain the unsafe word to nolock. 3 years ago
cached_alloc.h add comment explaining the use case of cached_alloc 4 years ago
circular_stack_pool.h demote assert to expect check in circular stack pool destruction, when a leak is detected 4 years ago
fixed_size_pool.h Reimplement batch-based background object/memory pool 4 years ago
linear_allocator.h fix location of support/ folder. Created macros for ASSERT_EQ and ASSERT_NEQ 3 years ago
mem_pool.h Reimplement batch-based background object/memory pool 4 years ago
memblock_cache.h Reimplement batch-based background object/memory pool 4 years ago
obj_pool.h pool - avoid concurrent batch allocations in background threads 4 years ago
pool_interface.h enb - rnti memory pool now fallbacks to new/delete if rnti-specific memory block is full 4 years ago
pool_utils.h implementation of memory pool with individual memory blocks per UE that get accessed via their rnti 4 years ago