Home
last modified time | relevance | path

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

/linux-5.19.10/lib/zstd/common/
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()
/linux-5.19.10/lib/zstd/compress/
Dzstd_cwksp.h413 MEM_STATIC size_t ZSTD_cwksp_create(ZSTD_cwksp* ws, size_t size, ZSTD_customMem customMem) { in ZSTD_cwksp_create()
421 MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) { in ZSTD_cwksp_free()
Dzstd_compress.c69 ZSTD_customMem customMem; member
91 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced()
225 ZSTD_customMem customMem) in ZSTD_createCCtxParams_advanced()
3641 ZSTD_compressionParameters cParams, ZSTD_customMem customMem) in ZSTD_createCDict_advanced_internal()
3676 ZSTD_customMem customMem) in ZSTD_createCDict_advanced()
3694 ZSTD_customMem customMem) in ZSTD_createCDict_advanced2()
3932 ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem) in ZSTD_createCStream_advanced()
Dzstd_compress_internal.h253 ZSTD_customMem customMem; member
284 ZSTD_customMem customMem; member
/linux-5.19.10/lib/zstd/decompress/
Dzstd_decompress.c124 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_expand()
171 static ZSTD_DDictHashSet* ZSTD_createDDictHashSet(ZSTD_customMem customMem) { in ZSTD_createDDictHashSet()
189 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_freeDDictHashSet()
202 …ctHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_addDDict()
280 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced()
1449 ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem) in ZSTD_createDStream_advanced()
Dzstd_ddict.c145 ZSTD_customMem customMem) in ZSTD_createDDict_advanced()
Dzstd_decompress_internal.h135 ZSTD_customMem customMem; member