Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: a51f8734262c52b1905881d13404e25422a7c6f7
      
https://github.com/mailru/tarantool/commit/a51f8734262c52b1905881d13404e25422a7c6f7
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    A include/lib/small/mempool.h
    A include/lib/small/region.h
    A include/lib/small/slab_cache.h
    A include/lib/small/small.h
    M include/rlist.h
    M src/iproto.cc
    M src/lib/CMakeLists.txt
    A src/lib/small/CMakeLists.txt
    A src/lib/small/README
    A src/lib/small/mempool.c
    A src/lib/small/region.c
    A src/lib/small/slab_cache.c
    A src/lib/small/small.c
    M test/unit/CMakeLists.txt
    A test/unit/mempool.c
    A test/unit/mempool.result
    A test/unit/region.c
    A test/unit/region.result
    A test/unit/slab_cache.c
    A test/unit/small_alloc.c
    A test/unit/small_alloc.result

  Log Message:
  -----------
  Small object allocator

The allocator consists of a common slab cache, region and slab
allocators.
The patch provides unit tests.

It also modifies rlist_shift to be more in line with the
rest of rlist functions.



_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to