Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zstd/
H A Ddecompress.c2233 size_t const neededOutSize = zds->maxWindowSize + blockSize + WILDCOPY_OVERLENGTH * 2; in ZSTD_initDStream() local
2237 zds->outBuff = (char *)ZSTD_malloc(neededOutSize, zds->customMem); in ZSTD_initDStream()
2238 zds->outBuffSize = neededOutSize; in ZSTD_initDStream()
2368 size_t const neededOutSize = zds->maxWindowSize + blockSize + WILDCOPY_OVERLENGTH * 2; in ZSTD_decompressStream() local
2372 if (zds->outBuffSize < neededOutSize) { in ZSTD_decompressStream()

Completed in 8 milliseconds