Home | History | Annotate | Download | only in tests

Lines Matching refs:LZ4_createStream

683         statePtr = LZ4_createStream();
684 FUZ_CHECKTEST(statePtr==NULL, "LZ4_createStream() allocation failed");