Home
last modified time | relevance | path

Searched refs:LZ4_sizeofState (Results 1 – 3 of 3) sorted by relevance

/lz4-3.4.0-2.7.6/lib/
Dlz4.h201 LZ4LIB_API int LZ4_sizeofState(void);
Dlz4.c675 int LZ4_sizeofState(void) { return LZ4_STREAMSIZE; } in LZ4_sizeofState() function
/lz4-3.4.0-2.7.6/tests/
Dfuzzer.c328 void* const stateLZ4 = malloc((size_t)LZ4_sizeofState()); in FUZ_test()