zstd/lib/decompress
Nick Terrell 79ded1b4a9 [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions
The unused function definitions are hidden behind a
`#ifndef ZSTD_NO_UNUSED_FUNCTIONS` check.

Initially hiding all functions which are unused and take up more than
2KB of stack space, because these will show up as warnings in the
Linux Kernel build system.
2020-09-09 14:35:39 -07:00
..
huf_decompress.c [lib] Add ZSTD_NO_UNUSED_FUNCTIONS macro to hide unused functions 2020-09-09 14:35:39 -07:00
zstd_ddict.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
zstd_ddict.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
zstd_decompress.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
zstd_decompress_block.c ZSTD_ prefix mem{cpy,move,set},malloc,calloc,free 2020-08-26 12:26:03 -07:00
zstd_decompress_block.h Move standard includes to zstd_deps.h 2020-08-26 12:25:08 -07:00
zstd_decompress_internal.h Merge pull request #2278 from senhuang42/ignore_checksum_advanced_param 2020-08-25 12:08:53 -07:00