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