Difference between revisions of "Gcinfo"

From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> '''Class:''' (global)<br/> === Description === Returns the total memory heap size in kilobytes. <syntaxhighlight lang...")
 
 
Line 11: Line 11:
 
=== Return values ===
 
=== Return values ===
 
'''Returns''' (number) the total memory heap size in kilobytes<br/>
 
'''Returns''' (number) the total memory heap size in kilobytes<br/>
 +
 +
=== See also ===
 +
'''https://luau.org/library#global-functions'''<br/>
  
 
{{(global)}}
 
{{(global)}}

Latest revision as of 12:17, 21 July 2025

Available since: Gideros 2011.6
Class: (global)

Description

Returns the total memory heap size in kilobytes.

(number) = gcinfo()

Return values

Returns (number) the total memory heap size in kilobytes

See also

https://luau.org/library#global-functions