Searched defs:customMem (Results 1 – 13 of 13) sorted by relevance
| /external/zstd/lib/common/ |
| 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()
|
| D | pool.c | 35 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/ |
| D | zstd_zlibwrapper.c | 121 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/ |
| D | zbuff_decompress.c | 25 ZBUFF_DCtx* ZBUFF_createDCtx_advanced(ZSTD_customMem customMem) in ZBUFF_createDCtx_advanced()
|
| D | zbuff_compress.c | 58 ZBUFF_CCtx* ZBUFF_createCCtx_advanced(ZSTD_customMem customMem) in ZBUFF_createCCtx_advanced()
|
| /external/zstd/lib/compress/ |
| D | zstd_cwksp.h | 489 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()
|
| D | zstd_compress.c | 72 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()
|
| D | zstd_compress_internal.h | 250 ZSTD_customMem customMem; member 280 ZSTD_customMem customMem; member
|
| /external/zstd/lib/decompress/ |
| D | zstd_ddict.c | 148 ZSTD_customMem customMem) in ZSTD_createDDict_advanced()
|
| D | zstd_decompress_internal.h | 127 ZSTD_customMem customMem; member
|
| D | zstd_decompress.c | 143 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/ |
| D | zbufftest.c | 121 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/ |
| D | zstd_v07.c | 2954 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()
|