4.3. Library Sizes¶
The size of each shared library’s _text_, and _data_ segment in bytes is determined using the size command over both 64 bits and 32 bits Linux libraries. Please note that these numbers can vary significantly between different targets.
4.3.1. 64 bits Linux¶
Library |
Size (bytes) |
Text (bytes) |
Data (bytes) |
---|---|---|---|
librti_me_appgen.so |
34186 |
32922 |
1256 |
librti_me_cpp.so |
358647 |
345391 |
13200 |
librti_me_discdpde.so |
51912 |
49984 |
1920 |
librti_me_discdpse.so |
52651 |
49995 |
2648 |
librti_me_netiosdm.so |
36774 |
35238 |
1528 |
librti_me_netioshmem.so |
34587 |
32867 |
1712 |
librti_me_rhsm.so |
30347 |
29099 |
1240 |
librti_me.so |
1498141 |
1471965 |
25048 |
librti_me_whsm.so |
19192 |
17992 |
1192 |
4.3.2. 32 bits Linux¶
Library |
Size (bytes) |
Text (bytes) |
Data (bytes) |
---|---|---|---|
librti_me_appgen.so |
29985 |
29373 |
608 |
librti_me_cpp.so |
298769 |
292133 |
6608 |
librti_me_discdpde.so |
40855 |
39831 |
1020 |
librti_me_discdpse.so |
42230 |
40802 |
1424 |
librti_me_netiosdm.so |
31381 |
30565 |
812 |
librti_me_netioshmem.so |
29384 |
28504 |
876 |
librti_me_rhsm.so |
25499 |
24871 |
624 |
librti_me.so |
1338763 |
1324059 |
13824 |
librti_me_whsm.so |
15659 |
15047 |
608 |