added streaming_memory_usage example

This commit is contained in:
Yann Collet
2017-09-18 15:49:59 -07:00
parent cb8b471e8b
commit 9c1908a3cd
4 changed files with 172 additions and 10 deletions
+4
View File
@@ -11,6 +11,10 @@ Zstandard library : usage examples
Result remains in memory.
Introduces usage of : `ZSTD_decompress()`
- [Streaming memory usage](streaming_memory_usage.c) :
Provides amount of memory used by streaming context
Introduces usage of : `ZSTD_sizeof_CStream()`
- [Streaming compression](streaming_compression.c) :
Compress a single file.
Introduces usage of : `ZSTD_compressStream()`