Changeset 568db0f in mainline
- Timestamp:
- 2010-05-04T10:56:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4940ea9
- Parents:
- 4872160
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/generic/src/inflate.c
r4872160 r568db0f 38 38 * All dynamically allocated memory memory is taken from the stack. The 39 39 * stack usage should be typically bounded by 2 KB. 40 * is less than 2K bytes. This code is compatible with 16-bit int's and41 * assumes that long's are at least 32 bits. puff.c uses the short data type,42 * assumed to be 16 bits, for arrays in order to to conserve memory. The code43 * works whether integers are stored big endian or little endian.44 *45 40 * 46 41 * Original copyright notice: … … 67 62 * 68 63 * Mark Adler <madler@alumni.caltech.edu> 64 * 69 65 */ 70 66
Note:
See TracChangeset
for help on using the changeset viewer.