📄 readme
字号:
Requirements: For this example to run the followingrequirements are in place.- The environment must have access to the TCS FlashFile System. (see the flash example 'mkfs'). Theuser may need to change the Flash Driver in thismakefile to refer to a different flash driver.- The File system should contain files to compressand uncompress. (see zlib utilitiy tmSEA, or the flash_file_system example.) Otherwise no measurements will be provided.This example is used to measure the maximum memoryrequirements of the zlib general purpose compressionlibrary. The program uses the Flash IO Library. A memory manager is installed which records themaximum amount of memory used after a given functioncall reset_max_malloc().It reads all files in Flash, compresses each file and then uncompress each one. The maximum amount of memoryfor compression and decompression is recorded foreach file.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -