Searched refs:neededOutSize (Results 1 – 1 of 1) sorted by relevance
2233 size_t const neededOutSize = zds->maxWindowSize + blockSize + WILDCOPY_OVERLENGTH * 2; in ZSTD_initDStream() local2237 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() local2372 if (zds->outBuffSize < neededOutSize) { in ZSTD_decompressStream()