diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-01 00:29:10 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-01 00:29:10 +0200 |
commit | 8ea8dc754a7a5bc2d60db1eac201839cabdab6a1 (patch) | |
tree | 2d05a7bd808749d1f629b2f0eaad522c33f46280 /src/liblzma/api | |
parent | Revised the Index handling code. (diff) | |
download | xz-8ea8dc754a7a5bc2d60db1eac201839cabdab6a1.tar.xz |
Fix _memconfig() functions.
This affects lzma_memusage() and lzma_memlimit_get().
Diffstat (limited to 'src/liblzma/api')
-rw-r--r-- | src/liblzma/api/lzma/index.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/liblzma/api/lzma/index.h b/src/liblzma/api/lzma/index.h index f9d1910a..90c84f42 100644 --- a/src/liblzma/api/lzma/index.h +++ b/src/liblzma/api/lzma/index.h @@ -615,13 +615,6 @@ extern LZMA_API(lzma_ret) lzma_index_encoder( * - LZMA_MEM_ERROR * - LZMA_MEMLIMIT_ERROR * - LZMA_PROG_ERROR - * - * \note The memory usage limit is checked early in the decoding - * (within the first dozen input bytes or so). The actual memory - * is allocated later in smaller pieces. If the memory usage - * limit is modified with lzma_memlimit_set() after a part - * of the Index has already been decoded, the new limit may - * get ignored. */ extern LZMA_API(lzma_ret) lzma_index_decoder( lzma_stream *strm, lzma_index **i, uint64_t memlimit) |