zstd/lib/common
Yann Collet e6fa70a0a1 reorganized ZSTD_resetCCtx_internal()
clearer separation between variables and buffers
clearer buffers category
kept static buffers at the beginning, favoring cache locality
(it will be easier to add FSE tables there later)

This break a few assumptions that hashTable was always at the beginning.
This is fixed.
And remaining assumptions (namely that tables stand next to each other in memory)
are now tested with assert.
2017-04-20 17:28:31 -07:00
..
bitstream.h Convert all tabs to spaces 2017-03-29 18:51:58 -07:00
entropy_common.c minor code refactor in HUF module 2017-03-05 21:07:20 -08:00
error_private.c content size is controlled at bufferless level 2017-04-11 18:34:02 -07:00
error_private.h created error_private.c, so that a single list of error strings get included 2016-10-11 17:24:50 -07:00
fse.h reorganized ZSTD_resetCCtx_internal() 2017-04-20 17:28:31 -07:00
fse_decompress.c reduced ZSTD_DDict memory usage 2017-02-27 00:27:30 -08:00
huf.h proper evaluation of Huffman CTable size 2017-04-17 16:14:21 -07:00
mem.h Changed memory strategy to __packed for gcc 2017-03-30 12:52:14 -07:00
pool.c Fix pool.c threading.h import 2017-01-26 15:29:10 -08:00
pool.h Add include guards and extern C 2017-01-27 16:00:19 -08:00
threading.c avoid empty translation unit warning without #pragma 2017-02-14 00:46:47 +01:00
threading.h spelling fixes in comments 2017-02-20 12:08:59 -08:00
xxhash.c solves warnings when compiling with global XXH_STATIC_LINKING_ONLY 2017-03-01 11:33:25 -08:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c Fix ZSTD_getErrorString and add tests 2017-02-08 17:28:49 -08:00
zstd_errors.h dictBuilder fails to create dictionary on certain input 2017-03-23 16:24:02 -07:00
zstd_internal.h clarified frame parameters for ZSTD_compress*_usingCDict() 2017-04-17 18:29:06 -07:00