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.
26 poetry install --with memory
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 -s
114 poetry run memory --help
119 The tool enables users to view static memory consumption. When the options
121 the build path to generate a table (per memory type), showing memory allocation
126 $ poetry run memory -f
153 A hierarchical view of the memory layout can be produced by passing the option
159 $ poetry run memory -t
212 $ poetry run memory -t --depth 2