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

/linux-master/lib/zstd/common/
H A Dzstd_common.c56 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) argument
63 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) argument
75 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) argument
[all...]
/linux-master/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) argument
H A Dzstd_decompress_internal.h151 ZSTD_customMem customMem; member in struct:ZSTD_DCtx_s
H A Dzstd_decompress.c123 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { argument
170 static ZSTD_DDictHashSet* ZSTD_createDDictHashSet(ZSTD_customMem customMem) { argument
188 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { argument
201 ZSTD_DDictHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_customMem customMem) argument
279 ZSTD_createDCtx_internal(ZSTD_customMem customMem) argument
290 ZSTD_createDCtx_advanced(ZSTD_customMem customMem) argument
1514 ZSTD_createDStream_advanced(ZSTD_customMem customMem) argument
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_cwksp.h508 MEM_STATIC size_t ZSTD_cwksp_create(ZSTD_cwksp* ws, size_t size, ZSTD_customMem customMem) { argument
516 MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) { argument
H A Dzstd_compress_internal.h326 ZSTD_customMem customMem; member in struct:ZSTD_CCtx_params_s
374 ZSTD_customMem customMem; member in struct:ZSTD_CCtx_s
H A Dzstd_compress.c80 ZSTD_customMem customMem; member in struct:ZSTD_CDict_s
106 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) argument
291 ZSTD_createCCtxParams_advanced( ZSTD_customMem customMem) 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) 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) 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) argument
5048 ZSTD_createCStream_advanced(ZSTD_customMem customMem) argument
[all...]

Completed in 120 milliseconds