mirror of
https://github.com/facebook/zstd.git
synced 2025-11-29 00:04:37 -05:00
parent
20707e3718
commit
7a48dc230c
@ -248,7 +248,7 @@ typedef struct {
|
|||||||
* is presumed that the most profitable content is at the end of the dictionary,
|
* is presumed that the most profitable content is at the end of the dictionary,
|
||||||
* since that is the cheapest to reference.
|
* since that is the cheapest to reference.
|
||||||
*
|
*
|
||||||
* `maxDictSize` must be >= max(dictContentSize, ZSTD_DICTSIZE_MIN).
|
* `maxDictSize` must be >= max(dictContentSize, ZDICT_DICTSIZE_MIN).
|
||||||
*
|
*
|
||||||
* @return: size of dictionary stored into `dstDictBuffer` (<= `maxDictSize`),
|
* @return: size of dictionary stored into `dstDictBuffer` (<= `maxDictSize`),
|
||||||
* or an error code, which can be tested by ZDICT_isError().
|
* or an error code, which can be tested by ZDICT_isError().
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user