Home
last modified time | relevance | path

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

/u-boot/lib/zstd/
A Dzstd_common_module.c27 EXPORT_SYMBOL_GPL(ZSTD_customMalloc);
/u-boot/lib/zstd/common/
A Dzstd_common.c56 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem) in ZSTD_customMalloc() function
A Dzstd_internal.h348 void* ZSTD_customMalloc(size_t size, ZSTD_customMem customMem);
/u-boot/lib/zstd/decompress/
A Dzstd_ddict.c127 void* const internalBuffer = ZSTD_customMalloc(dictSize, ddict->cMem); in ZSTD_initDDict_internal()
149 { ZSTD_DDict* const ddict = (ZSTD_DDict*) ZSTD_customMalloc(sizeof(ZSTD_DDict), customMem); in ZSTD_createDDict_advanced()
A Dzstd_decompress.c171 …ZSTD_DDictHashSet* ret = (ZSTD_DDictHashSet*)ZSTD_customMalloc(sizeof(ZSTD_DDictHashSet), customMe… in ZSTD_createDDictHashSet()
282 { ZSTD_DCtx* const dctx = (ZSTD_DCtx*)ZSTD_customMalloc(sizeof(*dctx), customMem); in ZSTD_createDCtx_internal()
1997 zds->inBuff = (char*)ZSTD_customMalloc(bufferSize, zds->customMem); in ZSTD_decompressStream()

Completed in 13 milliseconds