Home
last modified time | relevance | path

Searched defs:customMem (Results 1 – 20 of 20) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dzstd_common.c56 void* ZSTD_malloc(size_t size, ZSTD_customMem customMem) in ZSTD_malloc()
63 void* ZSTD_calloc(size_t size, ZSTD_customMem customMem) in ZSTD_calloc()
75 void ZSTD_free(void* ptr, ZSTD_customMem customMem) in ZSTD_free()
H A Dpool.c35 ZSTD_customMem customMem; member
113 ZSTD_customMem customMem) { in POOL_create_advanced()
310 POOL_ctx* POOL_create_advanced(size_t numThreads, size_t queueSize, ZSTD_customMem customMem) { in POOL_create_advanced()
/freebsd/sys/contrib/zstd/lib/common/
H A Dzstd_common.c56 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customMalloc()
63 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customCalloc()
75 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) in ZSTD_customFree()
H A Dpool.c35 ZSTD_customMem customMem; member
118 ZSTD_customMem customMem) in POOL_create_advanced()
320 POOL_create_advanced(size_t numThreads, size_t queueSize, ZSTD_customMem customMem) in POOL_create_advanced()
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c121 static void* ZWRAP_customMalloc(size_t size, ZSTD_customMem customMem) in ZWRAP_customMalloc()
128 static void* ZWRAP_customCalloc(size_t size, ZSTD_customMem customMem) in ZWRAP_customCalloc()
140 static void ZWRAP_customFree(void* ptr, ZSTD_customMem customMem) in ZWRAP_customFree()
160 ZSTD_customMem customMem; member
184 ZSTD_customMem customMem = { NULL, NULL, NULL }; in ZWRAP_createCCtx() local
529 ZSTD_customMem customMem; member
544 ZSTD_customMem customMem = { NULL, NULL, NULL }; in ZWRAP_createDCtx() local
/freebsd/sys/contrib/zstd/lib/deprecated/
H A Dzbuff_decompress.c25 ZBUFF_DCtx* ZBUFF_createDCtx_advanced(ZSTD_customMem customMem) in ZBUFF_createDCtx_advanced()
H A Dzbuff_compress.c59 ZBUFF_CCtx* ZBUFF_createCCtx_advanced(ZSTD_customMem customMem) in ZBUFF_createCCtx_advanced()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_cwksp.h458 MEM_STATIC size_t ZSTD_cwksp_create(ZSTD_cwksp* ws, size_t size, ZSTD_customMem customMem) { in ZSTD_cwksp_create()
466 MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) { in ZSTD_cwksp_free()
H A Dzstd_compress.c59 ZSTD_customMem customMem; member
81 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced()
205 ZSTD_customMem customMem) in ZSTD_createCCtxParams_advanced()
3407 ZSTD_compressionParameters cParams, ZSTD_customMem customMem) in ZSTD_createCDict_advanced()
3622 ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem) in ZSTD_createCStream_advanced()
H A Dzstd_compress_internal.h232 ZSTD_customMem customMem; member
249 ZSTD_customMem customMem; member
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c129 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_expand()
176 static ZSTD_DDictHashSet* ZSTD_createDDictHashSet(ZSTD_customMem customMem) { in ZSTD_createDDictHashSet()
194 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_freeDDictHashSet()
207 …ctHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_addDDict()
289 static ZSTD_DCtx* ZSTD_createDCtx_internal(ZSTD_customMem customMem) { in ZSTD_createDCtx_internal()
300 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced()
1564 ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem) in ZSTD_createDStream_advanced()
H A Dzstd_ddict.c148 ZSTD_customMem customMem) in ZSTD_createDDict_advanced()
H A Dzstd_decompress_internal.h151 ZSTD_customMem customMem; member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h586 MEM_STATIC size_t ZSTD_cwksp_create(ZSTD_cwksp* ws, size_t size, ZSTD_customMem customMem) { in ZSTD_cwksp_create()
594 MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) { in ZSTD_cwksp_free()
H A Dzstd_compress.c83 ZSTD_customMem customMem; member
109 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced()
302 ZSTD_customMem customMem) in ZSTD_createCCtxParams_advanced()
4846 ZSTD_customMem customMem) in ZSTD_createCDict_advanced_internal()
4881 ZSTD_customMem customMem) in ZSTD_createCDict_advanced()
4899 ZSTD_customMem customMem) in ZSTD_createCDict_advanced2()
5167 ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem) in ZSTD_createCStream_advanced()
H A Dzstd_compress_internal.h332 ZSTD_customMem customMem; member
380 ZSTD_customMem customMem; member
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_ddict.c148 ZSTD_customMem customMem) in ZSTD_createDDict_advanced()
H A Dzstd_decompress_internal.h126 ZSTD_customMem customMem; member
H A Dzstd_decompress.c135 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced()
1276 ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem) in ZSTD_createDStream_advanced()
/freebsd/sys/contrib/zstd/lib/legacy/
H A Dzstd_v07.c2950 ZSTDv07_customMem customMem; member
2977 ZSTDv07_DCtx* ZSTDv07_createDCtx_advanced(ZSTDv07_customMem customMem) in ZSTDv07_createDCtx_advanced()
4186 …DDict* ZSTDv07_createDDict_advanced(const void* dict, size_t dictSize, ZSTDv07_customMem customMem) in ZSTDv07_createDDict_advanced()
4327 ZSTDv07_customMem customMem; member
4337 ZBUFFv07_DCtx* ZBUFFv07_createDCtx_advanced(ZSTDv07_customMem customMem) in ZBUFFv07_createDCtx_advanced()