State that get static memory usage only works in debug
(cherry picked from commit 32b4edbe4e
)
This commit is contained in:
parent
f054563bf4
commit
51f99586ee
@ -410,7 +410,7 @@
|
|||||||
<method name="get_static_memory_usage" qualifiers="const">
|
<method name="get_static_memory_usage" qualifiers="const">
|
||||||
<return type="int" />
|
<return type="int" />
|
||||||
<description>
|
<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>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_system_dir" qualifiers="const">
|
<method name="get_system_dir" qualifiers="const">
|
||||||
|
Loading…
Reference in New Issue
Block a user