Searched refs:neededOutSize (Results 1 – 1 of 1) sorted by relevance
2232 size_t const neededOutSize = zds->maxWindowSize + blockSize + WILDCOPY_OVERLENGTH * 2; in ZSTD_initDStream() local2236 zds->outBuff = (char *)ZSTD_malloc(neededOutSize, zds->customMem); in ZSTD_initDStream()2237 zds->outBuffSize = neededOutSize; in ZSTD_initDStream()2367 size_t const neededOutSize = zds->maxWindowSize + blockSize + WILDCOPY_OVERLENGTH * 2; in ZSTD_decompressStream() local2371 if (zds->outBuffSize < neededOutSize) { in ZSTD_decompressStream()