HomeSort by relevance Sort by last modified time
    Searched refs:LZ4_sizeofState (Results 1 - 3 of 3) sorted by null

  /external/lz4/lib/
lz4.h 176 Use LZ4_sizeofState() to know how much memory must be allocated,
180 LZ4LIB_API int LZ4_sizeofState(void);
lz4.c 396 int LZ4_sizeofState() { return LZ4_STREAMSIZE; }
    [all...]
  /external/lz4/tests/
fuzzer.c 267 void* const stateLZ4 = malloc(LZ4_sizeofState());
    [all...]

Completed in 220 milliseconds