func_system_gcmemalloced.rst 475 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_system_gcmemalloced:
  2. ============
  3. GCMemAlloced
  4. ============
  5. GCMemAlloced -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. GCMemAlloced()
  10. Memory allocated by application
  11. This function only returns 'managed memory'. This includes all objects, strings and
  12. arrays in use by the application.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. The amount of memory, in bytes, currently allocated by the application
  18. Examples
  19. ========
  20. See Also
  21. ========