Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfuzzer.c417 size_t const staticDCtxSize = ZSTD_estimateDCtxSize(); in basicUnitTests() local
418 void* const staticDCtxBuffer = malloc(staticDCtxSize); in basicUnitTests()
427 ZSTD_DCtx* staticDCtx = ZSTD_initStaticDCtx(staticDCtxBuffer, staticDCtxSize); in basicUnitTests()