K 10 svn:author V 3 mav K 8 svn:date V 27 2014-02-18T14:50:31.454926Z K 7 svn:log V 396 MFC: r258137 Introduce allocation cache to store LZ4 compression contexts without kicking VM subsystem twice for every written record. Tests on 24-core system show double reduction of CPU time spent on copying single large well-compressed file. This patch is not really needed on illumos (while not harm either) since their memory allocator by default uses caching for all requests up to 128K. END