123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_system_gcmemalloced:
- ============
- GCMemAlloced
- ============
- GCMemAlloced -
- Description
- ===========
- .. code-block:: blitzmax
- GCMemAlloced()
- Memory allocated by application
- This function only returns 'managed memory'. This includes all objects, strings and
- arrays in use by the application.
- Parameters
- ==========
- Return Values
- =============
- The amount of memory, in bytes, currently allocated by the application
- Examples
- ========
- See Also
- ========
|