.. _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 ========