Branch: refs/heads/master
  Home:   https://github.com/tarantool/tarantool
  Commit: b01d75b1ac76b9a1645abf984733880bf7d7f59d
      
https://github.com/tarantool/tarantool/commit/b01d75b1ac76b9a1645abf984733880bf7d7f59d
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-10-13 (Sun, 13 Oct 2013)

  Changed paths:
    M include/fiber.h
    M include/iobuf.h
    M include/lib/small/mempool.h
    M include/lib/small/region.h
    M include/memory.h
    R include/palloc.h
    M include/tbuf.h
    M src/CMakeLists.txt
    M src/admin.cc
    M src/box/alter.cc
    M src/box/box.cc
    M src/box/box_lua.cc
    M src/box/request.cc
    M src/box/txn.cc
    M src/fiber.cc
    M src/iobuf.cc
    M src/log_io.cc
    M src/lua/admin.cc
    M src/lua/init.cc
    M src/lua/socket.cc
    M src/memory.cc
    R src/palloc.cc
    M src/recovery.cc
    M src/replica.1.5.cc
    M src/replica.cc
    M src/replication.cc
    M src/tarantool.cc
    M src/tbuf.c
    M test/replication/swap.test.py

  Log Message:
  -----------
  Remove palloc. Use region_alloc instead.

Instead of palloc allocator use a member of small allocators family,
region_alloc.

The plan is to remove salloc as well, and switch entire tarantool
to libsmall.

Fix a race condition in replication/swap.test, discovered with the
new allocator.



_______________________________________________
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