Searched refs:LZ4_sizeofState (Results 1 – 3 of 3) sorted by relevance
200 LZ4LIB_API int LZ4_sizeofState(void);
608 int LZ4_sizeofState() { return LZ4_STREAMSIZE; } in LZ4_sizeofState() function
328 void* const stateLZ4 = malloc((size_t)LZ4_sizeofState()); in FUZ_test()