Searched refs:zstd_custom_mem (Results 1 – 3 of 3) sorted by relevance
88 * struct zstd_custom_mem - custom memory allocation90 typedef ZSTD_customMem zstd_custom_mem; typedef 250 zstd_cctx *zstd_create_cctx_advanced(zstd_custom_mem custom_mem);282 zstd_custom_mem custom_mem);370 zstd_custom_mem custom_mem);385 zstd_dctx *zstd_create_dctx_advanced(zstd_custom_mem custom_mem);
162 zstd_cctx *zstd_create_cctx_advanced(zstd_custom_mem custom_mem) in zstd_create_cctx_advanced() 176 zstd_custom_mem custom_mem) in zstd_create_cdict_byreference()
18 zstd_custom_mem custom_mem;25 * For C/D dictionaries we need to provide zstd with zstd_custom_mem,