Searched refs:staticDCtxBuffer (Results 1 – 1 of 1) sorted by relevance
418 void* const staticDCtxBuffer = malloc(staticDCtxSize); in basicUnitTests() local419 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()