Searched defs:customMem (Results 1 – 7 of 7) sorted by relevance
/linux/lib/zstd/common/ |
A D | zstd_common.c | 56 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/lib/zstd/compress/ |
A D | zstd_cwksp.h | 413 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()
|
A D | zstd_compress.c | 69 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()
|
A D | zstd_compress_internal.h | 253 ZSTD_customMem customMem; member 284 ZSTD_customMem customMem; member
|
/linux/lib/zstd/decompress/ |
A D | zstd_decompress.c | 124 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()
|
A D | zstd_ddict.c | 145 ZSTD_customMem customMem) in ZSTD_createDDict_advanced()
|
A D | zstd_decompress_internal.h | 135 ZSTD_customMem customMem; member
|
Completed in 34 milliseconds