Skip to content
Snippets Groups Projects
Commit 3ed9fe30 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Initial implementation of slab_arena.

slab_arena allows to have multiple allocation
sources of differnt type for different purposes.
E.g. one can have MAP_PRIVATE arena for runtime
memory and MAP_SHARED for tuples.

The arena can be shared across multiple threads.
Implement such arena, cover with tests, use
it for region allocators.
parent 083a047f
No related branches found
No related tags found
No related merge requests found
Showing
with 660 additions and 194 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