Searched defs:customMem (Results 1 – 7 of 7) sorted by relevance
/linux/lib/zstd/common/ |
H A D | allocations.h | 27 MEM_STATIC void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customMalloc() 34 MEM_STATIC void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customCalloc() 46 MEM_STATIC void ZSTD_customFree(void* ptr, ZSTD_customMem customMem) in ZSTD_customFree()
|
/linux/lib/zstd/decompress/ |
H A D | zstd_decompress.c | 126 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_expand() 173 static ZSTD_DDictHashSet* ZSTD_createDDictHashSet(ZSTD_customMem customMem) { in ZSTD_createDDictHashSet() 191 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) { in ZSTD_freeDDictHashSet() 204 …ctHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_customMem customMem) { in ZSTD_DDictHashSet_addDDict() 285 static ZSTD_DCtx* ZSTD_createDCtx_internal(ZSTD_customMem customMem) { in ZSTD_createDCtx_internal() 296 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced() 1606 ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem) in ZSTD_createDStream_advanced()
|
H A D | zstd_ddict.c | 146 ZSTD_customMem customMem) in ZSTD_createDDict_advanced()
|
H A D | zstd_decompress_internal.h | 153 ZSTD_customMem customMem; member
|
/linux/lib/zstd/compress/ |
H A D | zstd_cwksp.h | 586 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 D | zstd_compress.c | 86 ZSTD_customMem customMem; member 112 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced() 324 ZSTD_customMem customMem) in ZSTD_createCCtxParams_advanced() 5496 ZSTD_customMem customMem) in ZSTD_createCDict_advanced_internal() 5532 ZSTD_customMem customMem) in ZSTD_createCDict_advanced() 5551 ZSTD_customMem customMem) in ZSTD_createCDict_advanced2() 5824 ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem) in ZSTD_createCStream_advanced()
|
H A D | zstd_compress_internal.h | 421 ZSTD_customMem customMem; member 486 ZSTD_customMem customMem; member
|