]> git.ipfire.org Git - thirdparty/zstd.git/commit
Remove one malloc/free from compression 46/head
authorxaphier <el.3d.source@googlemail.com>
Sat, 10 Oct 2015 10:14:51 +0000 (12:14 +0200)
committerxaphier <el.3d.source@googlemail.com>
Sat, 10 Oct 2015 10:14:51 +0000 (12:14 +0200)
commit77ee44c7b6fc722e8f208599a775162c8308abc3
treeed4149751150fdbad6d4aa8018b602aab4b08ee5
parentbe50aaa0ee59ae5177dc7b572fd54835d3052716
Remove one malloc/free from compression

By making the buffer part of the zstd context structure, one malloc/free
can be removed from the compression.
lib/zstd.c