Skip to content

Commit

Permalink
Document Kernel.free-memory and Kernel.total-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaiepi committed Jun 9, 2019
1 parent d17da25 commit 755b28b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/Type/Kernel.pod6
Expand Up @@ -53,6 +53,22 @@ Instance / Class method returning the number of CPU cores that are available.
Instance / Class method returning the amount of CPU uses since the start of
the program (in microseconds).
=head2 method free-memory
method free-memory(--> Int)
Instance / Class method returning the available memory on the system. When
using the JVM, this returns the available memory to the JVM instead. This
method is only available in release v2019.06 and later.
=head2 method total-memory
method total-memory(--> Int)
Instance / Class method returning the total memory available to the system.
When using the JVM, this returns the total memory available to the JVM instead.
This method is only available in release v2019.06 and later.
=head2 method desc
method desc(--> Str)
Expand Down

0 comments on commit 755b28b

Please sign in to comment.