mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
ability to disable mmap + struct to manage FIO dictionary
This commit is contained in:
parent
2d8afd9ce1
commit
96e55c14f2
4 changed files with 48 additions and 45 deletions
|
|
@ -106,7 +106,7 @@ void FIO_setContentSize(FIO_prefs_t* const prefs, int value);
|
|||
void FIO_displayCompressionParameters(const FIO_prefs_t* prefs);
|
||||
void FIO_setAsyncIOFlag(FIO_prefs_t* const prefs, int value);
|
||||
void FIO_setPassThroughFlag(FIO_prefs_t* const prefs, int value);
|
||||
void FIO_setMMapDict(FIO_prefs_t* const prefs, int value);
|
||||
void FIO_setMMapDict(FIO_prefs_t* const prefs, ZSTD_paramSwitch_e value);
|
||||
|
||||
/* FIO_ctx_t functions */
|
||||
void FIO_setNbFilesTotal(FIO_ctx_t* const fCtx, int value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue