]> Git Repo - qemu.git/commit - nbd/server.c
nbd: switch from g_slice allocator to malloc
authorPaolo Bonzini <[email protected]>
Thu, 1 Oct 2015 10:59:08 +0000 (12:59 +0200)
committerPaolo Bonzini <[email protected]>
Mon, 12 Oct 2015 16:29:25 +0000 (18:29 +0200)
commit1729404c62e1adae501feeaaf61b87262d52ae1b
tree2c795e9d5743a553e937c28ad8c708c0d028288a
parent5451316ed07b758a187dedf21047bed8f843f7f1
nbd: switch from g_slice allocator to malloc

Simplify memory allocation by sticking with a single API.  GSlice
is not that fast anyway (tcmalloc/jemalloc are better).

Signed-off-by: Paolo Bonzini <[email protected]>
nbd.c
This page took 0.025524 seconds and 4 git commands to generate.