Searched refs:mmapDict (Results 1 – 3 of 3) sorted by relevance
72 ZSTD_ParamSwitch_e mmapDict; member
868 ZSTD_ParamSwitch_e mmapDict=ZSTD_ps_auto; in main() local999 if (!strcmp(argument, "--mmap-dict")) { mmapDict = ZSTD_ps_enable; continue; } in main()1000 if (!strcmp(argument, "--no-mmap-dict")) { mmapDict = ZSTD_ps_disable; continue; } in main()1571 FIO_setMMapDict(prefs, mmapDict); in main()
490 prefs->mmapDict = value; in FIO_setMMapDict()1115 int useMMap = prefs->mmapDict == ZSTD_ps_enable; in FIO_createCResources()1116 int forceNoUseMMap = prefs->mmapDict == ZSTD_ps_disable; in FIO_createCResources()2324 int useMMap = prefs->mmapDict == ZSTD_ps_enable; in FIO_createDResources()2325 int forceNoUseMMap = prefs->mmapDict == ZSTD_ps_disable; in FIO_createDResources()