symbols_ld_ram_call_count.hss 648 B

1234567891011
  1. [Main]
  2. Title=__ld_ram_call_count
  3. See Also=insert_kernel_ram_calls: __ld_insert_kernel_ram_calls, insert_preos_compressed_tables: __ld_insert_preos_compressed_tables, symbols_ram_call: RAM Calls, symbols_extra_ram_addr: Extra RAM Addresses
  4. [Top]
  5. This built-in symbol resolves to the number of
  6. <A HREF="$$LINK(symbols_ram_call)">RAM calls</A> in this program/library. If
  7. the program/library does not reference any RAM exports, it resolves to a
  8. value of 0. <A HREF="$$LINK(symbols_extra_ram_addr)">Extra RAM address</A>
  9. references count as RAM calls as well. Note that RAM calls are handled purely
  10. by kernels, i.e. by middleware residing in the RAM.