From 32b4edbe4e096dfaaae34c2795e63c9e7e5fe4f4 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Sun, 26 Dec 2021 15:19:14 -0500 Subject: [PATCH] State that get static memory usage only works in debug --- doc/classes/OS.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index ffc02f09a98..1ed4b335ad1 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -348,7 +348,7 @@ - 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).