Home
last modified time | relevance | path

Searched defs:customMem (Results 1 – 13 of 13) sorted by relevance

/external/zstd/lib/common/
Dzstd_common.c56 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()
Dpool.c35 ZSTD_customMem customMem; member
117 ZSTD_customMem customMem) { in POOL_create_advanced()
316 POOL_ctx* POOL_create_advanced(size_t numThreads, size_t queueSize, ZSTD_customMem customMem) { in POOL_create_advanced()
/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c121 static void* ZWRAP_customMalloc(size_t size, ZSTD_customMem customMem) in ZWRAP_customMalloc()
128 static void* ZWRAP_customCalloc(size_t size, ZSTD_customMem customMem) in ZWRAP_customCalloc()
140 static void ZWRAP_customFree(void* ptr, ZSTD_customMem customMem) in ZWRAP_customFree()
160 ZSTD_customMem customMem; member
184 ZSTD_customMem customMem = { NULL, NULL, NULL }; in ZWRAP_createCCtx() local
514 ZSTD_customMem customMem; member
529 ZSTD_customMem customMem = { NULL, NULL, NULL }; in ZWRAP_createDCtx() local
/external/zstd/lib/deprecated/
Dzbuff_decompress.c25 ZBUFF_DCtx* ZBUFF_createDCtx_advanced(ZSTD_customMem customMem) in ZBUFF_createDCtx_advanced()
Dzbuff_compress.c58 ZBUFF_CCtx* ZBUFF_createCCtx_advanced(ZSTD_customMem customMem) in ZBUFF_createCCtx_advanced()
/external/zstd/lib/compress/
Dzstd_cwksp.h489 MEM_STATIC size_t ZSTD_cwksp_create(ZSTD_cwksp* ws, size_t size, ZSTD_customMem customMem) { in ZSTD_cwksp_create()
497 MEM_STATIC void ZSTD_cwksp_free(ZSTD_cwksp* ws, ZSTD_customMem customMem) { in ZSTD_cwksp_free()
Dzstd_compress.c72 ZSTD_customMem customMem; member
94 ZSTD_CCtx* ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced()
235 ZSTD_customMem customMem) in ZSTD_createCCtxParams_advanced()
3676 ZSTD_compressionParameters cParams, ZSTD_customMem customMem) in ZSTD_createCDict_advanced_internal()
3711 ZSTD_customMem customMem) in ZSTD_createCDict_advanced()
3729 ZSTD_customMem customMem) in ZSTD_createCDict_advanced2()
3964 ZSTD_CStream* ZSTD_createCStream_advanced(ZSTD_customMem customMem) in ZSTD_createCStream_advanced()
Dzstd_compress_internal.h250 ZSTD_customMem customMem; member
280 ZSTD_customMem customMem; member
/external/zstd/lib/decompress/
Dzstd_ddict.c148 ZSTD_customMem customMem) in ZSTD_createDDict_advanced()
Dzstd_decompress_internal.h127 ZSTD_customMem customMem; member
Dzstd_decompress.c143 ZSTD_DCtx* ZSTD_createDCtx_advanced(ZSTD_customMem customMem) in ZSTD_createDCtx_advanced()
1294 ZSTD_DStream* ZSTD_createDStream_advanced(ZSTD_customMem customMem) in ZSTD_createDStream_advanced()
/external/zstd/tests/
Dzbufftest.c121 static int basicUnitTests(U32 seed, double compressibility, ZSTD_customMem customMem) in basicUnitTests()
504 ZSTD_customMem customMem = { ZBUFF_allocFunction, ZBUFF_freeFunction, NULL }; in main() local
/external/zstd/lib/legacy/
Dzstd_v07.c2954 ZSTDv07_customMem customMem; member
2981 ZSTDv07_DCtx* ZSTDv07_createDCtx_advanced(ZSTDv07_customMem customMem) in ZSTDv07_createDCtx_advanced()
4190 …DDict* ZSTDv07_createDDict_advanced(const void* dict, size_t dictSize, ZSTDv07_customMem customMem) in ZSTDv07_createDDict_advanced()
4331 ZSTDv07_customMem customMem; member
4341 ZBUFFv07_DCtx* ZBUFFv07_createDCtx_advanced(ZSTDv07_customMem customMem) in ZBUFFv07_createDCtx_advanced()