Searched refs:ZSTD_customMem (Results 1 - 9 of 9) sorted by relevance

/linux-master/lib/zstd/common/
H A Dzstd_common.c56 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem)
63 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem)
75 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem)
H A Dzstd_internal.h348 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem);
349 void* ZSTD_customCalloc(size_t size, ZSTD_customMem customMem);
350 void ZSTD_customFree(void* ptr, ZSTD_customMem customMem);
/linux-master/lib/zstd/decompress/
H A Dzstd_ddict.c40 ZSTD_customMem cMem;
145 ZSTD_customMem customMem)
169 ZSTD_customMem const allocator = { NULL, NULL, NULL };
179 ZSTD_customMem const allocator = { NULL, NULL, NULL };
212 { ZSTD_customMem const cMem = ddict->cMem;
H A Dzstd_decompress_internal.h151 ZSTD_customMem customMem;
H A Dzstd_decompress.c123 static size_t ZSTD_DDictHashSet_expand(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) {
170 static ZSTD_DDictHashSet* ZSTD_createDDictHashSet(ZSTD_customMem customMem) {
188 static void ZSTD_freeDDictHashSet(ZSTD_DDictHashSet* hashSet, ZSTD_customMem customMem) {
201 static size_t ZSTD_DDictHashSet_addDDict(ZSTD_DDictHashSet* hashSet, const ZSTD_DDict* ddict, ZSTD_customMem customMem) {
279 static ZSTD_DCtx* ZSTD_createDCtx_internal(ZSTD_customMem customMem) {
290 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem)
313 { ZSTD_customMem const cMem = dctx->customMem;
1514 ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem)
/linux-master/include/linux/
H A Dzstd_lib.h1563 * ZSTD_customMem is provided at creation time, using ZSTD_create*_advanced() variants listed below.
1568 typedef struct { ZSTD_allocFunction customAlloc; ZSTD_freeFunction customFree; void* opaque; } ZSTD_customMem; typedef in typeref:struct:__anon107
1571 ZSTD_customMem const ZSTD_defaultCMem = { NULL, NULL, NULL }; /*< this constant defers to stdlib's functions */
1573 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem);
1574 ZSTDLIB_STATIC_API ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem);
1575 ZSTDLIB_STATIC_API ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem);
1576 ZSTDLIB_STATIC_API ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem);
1582 ZSTD_customMem customMem);
1608 ZSTD_customMem customMem);
1614 ZSTD_customMem customMe
[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) {
516 MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) {
H A Dzstd_compress_internal.h326 ZSTD_customMem customMem;
374 ZSTD_customMem customMem;
H A Dzstd_compress.c80 ZSTD_customMem customMem;
94 static void ZSTD_initCCtx(ZSTD_CCtx* cctx, ZSTD_customMem memManager)
106 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem)
292 ZSTD_customMem customMem)
2139 ZSTD_memcpy(&dstCCtx->customMem, &srcCCtx->customMem, sizeof(ZSTD_customMem));
4727 ZSTD_customMem customMem)
4762 ZSTD_customMem customMem)
4780 ZSTD_customMem customMem)
4850 { ZSTD_customMem const cMem = cdict->customMem;
5048 ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMe
[all...]

Completed in 191 milliseconds