summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2022-12-19 21:16:08 (GMT)
committerYann Collet <cyan@fb.com>2022-12-19 21:16:08 (GMT)
commitfe389cab107126686873d42301d254c08e4200ae (patch)
treef7eea56734da56e91c6d8008f798eb4154809f6a
parent299daf03acd9b8084ca3fc53403e1fd4c3cbeacd (diff)
downloadlz4-fe389cab107126686873d42301d254c08e4200ae.zip
lz4-fe389cab107126686873d42301d254c08e4200ae.tar.gz
lz4-fe389cab107126686873d42301d254c08e4200ae.tar.bz2
version note
-rw-r--r--lib/lz4frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lz4frame.h b/lib/lz4frame.h
index 007cad7..2c356a3 100644
--- a/lib/lz4frame.h
+++ b/lib/lz4frame.h
@@ -670,7 +670,7 @@ LZ4F_decompress_usingDict(LZ4F_dctx* dctxPtr,
const LZ4F_decompressOptions_t* decompressOptionsPtr);
-/*! Custom memory allocation :
+/*! Custom memory allocation : v1.9.4+
* These prototypes make it possible to pass custom allocation/free functions.
* LZ4F_customMem is provided at state creation time, using LZ4F_create*_advanced() listed below.
* All allocation/free operations will be completed using these custom variants instead of regular <stdlib.h> ones.