Merge pull request #56261 from skyace65/OSDebug

State that get static memory usage only works in debug
This commit is contained in:
Max Hilbrunner 2021-12-31 17:59:37 +01:00 committed by GitHub
commit bc2445d0eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -348,7 +348,7 @@
<method name="get_static_memory_usage" qualifiers="const">
<return type="int" />
<description>
Returns the amount of static memory being used by the program in bytes.
Returns the amount of static memory being used by the program in bytes (only works in debug).
</description>
</method>
<method name="get_system_dir" qualifiers="const">