smalloc: smalloc() already clears memory, scalloc() need not do it again
authorJens Axboe <axboe@fb.com>
Fri, 3 Jul 2015 17:47:10 +0000 (11:47 -0600)
committerJens Axboe <axboe@fb.com>
Fri, 3 Jul 2015 17:47:10 +0000 (11:47 -0600)
commita640ed36829f3be6d9dd8c7974dba41b9b59e6a5
tree1fb450bfdc4f254cf012ca6869c3589d30a8dbcb
parentaa1af5fd4a7b801cc506cb511eb09f64c89648b6
smalloc: smalloc() already clears memory, scalloc() need not do it again

Signed-off-by: Jens Axboe <axboe@fb.com>
smalloc.c