Searched refs:LZ4_sizeofState (Results 1 – 4 of 4) sorted by relevance
60 LZ4_sizeofState
180 LZ4LIB_API int LZ4_sizeofState(void);
396 int LZ4_sizeofState() { return LZ4_STREAMSIZE; } in LZ4_sizeofState() function
267 void* const stateLZ4 = malloc(LZ4_sizeofState()); in FUZ_test()