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
..
batch_mem_pool.h Reimplement batch-based background object/memory pool 4 years ago
fixed_size_pool.h Reimplement batch-based background object/memory pool 4 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 Reimplement batch-based background object/memory pool 4 years ago
pool_interface.h Reimplement batch-based background object/memory pool 4 years ago
pool_utils.h Reimplement batch-based background object/memory pool 4 years ago