We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8fd1e commit abb70f3Copy full SHA for abb70f3
+stdlib/ram_free.m
@@ -20,6 +20,8 @@
20
21
function bytes = ram_free()
22
23
+bytes = 0;
24
+
25
if stdlib.has_java()
26
bytes = ram_free_java();
27
elseif stdlib.has_python()
+stdlib/ram_total.m
@@ -8,6 +8,7 @@
8
9
function bytes = ram_total()
10
11
12
13
if stdlib.dotnet_api() >= 6
14
% .NET is 2-3x faster than Java for this
0 commit comments