Navigation
API > API/Runtime > API/Runtime/Core
Description
Note : Decompression functions are provided within "lz4.h" (BSD license)
LZ4compress_HC_extStateHC() : Same as LZ4_compress_HC(), but using an externally allocated memory segment for state_. state size is provided by LZ4_sizeofStateHC(). Memory segment must be aligned on 8-bytes boundaries (which a normal malloc() should do properly).
| Name | LZ4_sizeofStateHC |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Compression/lz4hc.h |
| Include Path | #include "Compression/lz4hc.h" |
| Source | /Engine/Source/Runtime/Core/Private/Compression/lz4hc.cpp |
LZ4int LZ4_sizeofStateHC()