Library Sizes ============= The size of each shared library's _text_, and _data_ segment in bytes is determined using the `size` command on 64 bit Darwin. Please note that these numbers can vary significantly between different targets. +----------------+-----------+----------+ | Library | Text (B) | Data (B) | +================+===========+==========+ | rti_me | 495616 | 495616 | +----------------+-----------+----------+ | discdpde | 53248 | 4096 | +----------------+-----------+----------+ | discdpse | 32768 | 4096 | +----------------+-----------+----------+ | rh_sm | 28672 | 4096 | +----------------+-----------+----------+ | wh_sm | 16384 | 4096 | +----------------+-----------+----------+ | rti_me_cpp | 90112 | 12288 | +----------------+-----------+----------+