Home
last modified time | relevance | path

Searched defs:customMem (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/lib/zstd/common/
H A Dzstd_common.c56 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customMalloc() argument
63 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customCalloc() argument
75 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) in ZSTD_customFree() argument
[all...]
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_common.c69 void *ZSTD_malloc(size_t size, ZSTD_customMem customMem) { return customMem.customAlloc(customMem.opaque, size); } in ZSTD_malloc() argument
71 void ZSTD_free(void *ptr, ZSTD_customMem customMem) in ZSTD_free() argument
H A Ddecompress.c97 ZSTD_customMem customMem; member
126 ZSTD_DCtx *ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced() argument
2040 static ZSTD_DDict *ZSTD_createDDict_advanced(const void *dict, size_t dictSize, unsigned byReference, ZSTD_customMem customMem) in ZSTD_createDDict_advanced() argument
2177 ZSTD_customMem customMem; global() member
2192 ZSTD_createDStream_advanced(ZSTD_customMem customMem) ZSTD_createDStream_advanced() argument
[all...]
H A Dcompress.c75 ZSTD_customMem customMem; member
109 static ZSTD_CCtx *ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() argument
2847 ZSTD_createCDict_advanced(const void *dictBuffer, size_t dictSize, unsigned byReference, ZSTD_parameters params, ZSTD_customMem customMem) ZSTD_createCDict_advanced() argument
2970 ZSTD_customMem customMem; global() member
2982 ZSTD_createCStream_advanced(ZSTD_customMem customMem) ZSTD_createCStream_advanced() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/decompress/
H A Dzstd_ddict.c142 ZSTD_createDDict_advanced(const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, ZSTD_customMem customMem) ZSTD_createDDict_advanced() argument
H A Dzstd_decompress_internal.h151 ZSTD_customMem customMem; member
H A Dzstd_decompress.c123 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_expand() argument
170 static ZSTD_DDictHashSet* ZSTD_createDDictHashSet(ZSTD_customMem customMem) { in ZSTD_createDDictHashSet() argument
188 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_freeDDictHashSet() argument
201 ZSTD_DDictHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_customMem customMem) ZSTD_DDictHashSet_addDDict() argument
279 ZSTD_createDCtx_internal(ZSTD_customMem customMem) ZSTD_createDCtx_internal() argument
290 ZSTD_createDCtx_advanced(ZSTD_customMem customMem) ZSTD_createDCtx_advanced() argument
1514 ZSTD_createDStream_advanced(ZSTD_customMem customMem) ZSTD_createDStream_advanced() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_cwksp.h508 MEM_STATIC size_t ZSTD_cwksp_create(ZSTD_cwksp* ws, size_t size, ZSTD_customMem customMem) { in ZSTD_cwksp_create() argument
516 MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) { in ZSTD_cwksp_free() argument
H A Dzstd_compress_internal.h326 ZSTD_customMem customMem; member
374 ZSTD_customMem customMem; member
H A Dzstd_compress.c80 ZSTD_customMem customMem; member
106 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() argument
291 ZSTD_createCCtxParams_advanced( ZSTD_customMem customMem) ZSTD_createCCtxParams_advanced() argument
4722 ZSTD_createCDict_advanced_internal(size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_compressionParameters cParams, ZSTD_paramSwitch_e useRowMatchFinder, U32 enableDedicatedDictSearch, ZSTD_customMem customMem) ZSTD_createCDict_advanced_internal() argument
4758 ZSTD_createCDict_advanced(const void* dictBuffer, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, ZSTD_compressionParameters cParams, ZSTD_customMem customMem) ZSTD_createCDict_advanced() argument
4775 ZSTD_createCDict_advanced2( const void* dict, size_t dictSize, ZSTD_dictLoadMethod_e dictLoadMethod, ZSTD_dictContentType_e dictContentType, const ZSTD_CCtx_params* originalCctxParams, ZSTD_customMem customMem) ZSTD_createCDict_advanced2() argument
5048 ZSTD_createCStream_advanced(ZSTD_customMem customMem) ZSTD_createCStream_advanced() argument
[all...]

Completed in 21 milliseconds