Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/zstd/tests/
H A Dfuzzer.c418 void* const staticDCtxBuffer = malloc(staticDCtxSize); in basicUnitTests() local
419 if (staticCCtxBuffer==NULL || staticDCtxBuffer==NULL) { in basicUnitTests()
421 free(staticDCtxBuffer); in basicUnitTests()
427 ZSTD_DCtx* staticDCtx = ZSTD_initStaticDCtx(staticDCtxBuffer, staticDCtxSize); in basicUnitTests()
490 free(staticDCtxBuffer); in basicUnitTests()