Skip to content
Snippets Groups Projects
  1. Dec 13, 2013
    • Konstantin Osipov's avatar
      Merge branch 'small' · 30fe8ae6
      Konstantin Osipov authored
      30fe8ae6
    • Konstantin Osipov's avatar
      Initial implementation of slab_arena. · 3ed9fe30
      Konstantin Osipov authored
      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.
      3ed9fe30
  2. Dec 12, 2013
  3. Dec 10, 2013
  4. Dec 09, 2013
  5. Dec 06, 2013
  6. Dec 05, 2013
  7. Dec 04, 2013
Loading