Home
last modified time | relevance | path

Searched refs:ZSTD_customMalloc (Results 1 – 5 of 5) sorted by relevance

/lib/zstd/
A Dzstd_common_module.c27 EXPORT_SYMBOL_GPL(ZSTD_customMalloc);
/lib/zstd/decompress/
A Dzstd_ddict.c122 void* const internalBuffer = ZSTD_customMalloc(dictSize, ddict->cMem); in ZSTD_initDDict_internal()
144 { ZSTD_DDict* const ddict = (ZSTD_DDict*) ZSTD_customMalloc(sizeof(ZSTD_DDict), customMem); in ZSTD_createDDict_advanced()
A Dzstd_decompress.c166 …ZSTD_DDictHashSet* ret = (ZSTD_DDictHashSet*)ZSTD_customMalloc(sizeof(ZSTD_DDictHashSet), customMe… in ZSTD_createDDictHashSet()
276 { ZSTD_DCtx* const dctx = (ZSTD_DCtx*)ZSTD_customMalloc(sizeof(*dctx), customMem); in ZSTD_createDCtx_internal()
1971 zds->inBuff = (char*)ZSTD_customMalloc(bufferSize, zds->customMem); in ZSTD_decompressStream()
/lib/zstd/common/
A Dzstd_common.c50 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customMalloc() function
A Dzstd_internal.h343 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem);

Completed in 26 milliseconds