Lines Matching refs:memory
4 TF-A's memory layout tool is a Python script for analyzing the virtual
5 memory layout of TF-A builds.
32 poetry run memory --help
39 main memory regions in an ELF file (i.e. text, bss, rodata) but can be modified
44 $ poetry run memory symbols
114 poetry run memory --help
119 The tool enables users to view static memory consumption. When the ``footprint``
121 generate a table (per memory type), showing memory allocation and usage. This is
126 $ poetry run memory footprint
153 A hierarchical view of the memory layout can be produced by passing the ``tree``
159 $ poetry run memory tree
212 $ poetry run memory tree --depth 2
241 $ poetry run memory summary build/fvp/debug/bl1/bl1.map -d 3
356 Total Static RAM memory (data + bss): 13505(+13505) bytes
357 Total Flash memory (text + data): 71873(+71873) bytes
366 …$ poetry run memory summary ../maps/fvp-tbb-mbedtls/bl1.map --old ../maps/fvp-tbb-mbedtls/bl1.map.…
373 Total Static RAM memory (data + bss): 15553(+2048) bytes
374 Total Flash memory (text + data): 80065(+8192) bytes
386 …$ poetry run memory summary ../maps/fvp-tbb-mbedtls/bl1.map --old ../maps/fvp-tbb-mbedtls/bl1.map.…
392 Total Static RAM memory (data + bss): 15232(+1824) bytes
393 Total Flash memory (text + data): 79285(+10616) bytes