Searched refs:LZ4_sizeofState (Results 1 – 3 of 3) sorted by relevance
137 int LZ4_sizeofState(void);
1330 int LZ4_sizeofState() { return LZ4_STREAMSIZE; } in LZ4_sizeofState() function
291 void* stateLZ4 = malloc(LZ4_sizeofState()); in FUZ_test()