|
Introduction
The application memory is composed of some following elements:
ROM Usage
- Code Size
- Constant Data Size
RAM Usage
- Global or static writable variable size
- Stack Size
- Heap Size
This tool calculates the following data sections according to a given map file.
- text Program data
- rdata Read-only variable data
- data Writable variable data
- bss Un-initialized data
Code/Data Size Analyzer
This tool discloses the code and data size for each object with the folllowing information:
- Object Name
- Code Length
- Read-only Size
- Writable Data Size
- Un-initialized Data Size
Further more, this tool can uncover every variable data length in detail.
|