Skip to content
Snippets Groups Projects
Commit 21c4b946 authored by Alexandr's avatar Alexandr
Browse files

fixed gh-695 - Tuple-free tailored allocator

1)Added 'slab_alloc_maximal' config option.
2)Tuple slab cache is creating now with a range of orders depends on
  'slab_alloc_minimal' and 'slab_alloc_maximal' config options.
3)Smallocator's mempools now selects proper order of slab depends on
   size of an object.
4)after CR fixes
parent e527bf67
No related merge requests found
Showing with 184 additions and 113 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment