]> git.ipfire.org Git - thirdparty/qemu.git/commit - nbd.c
nbd: switch from g_slice allocator to malloc
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 1 Oct 2015 10:59:08 +0000 (12:59 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <pbonzini@redhat.com>
nbd.c