Skip to content

Commit

Permalink
SystemService: clarified the units of the memory amount returned by g…
Browse files Browse the repository at this point in the history
…etXxxMemory().
  • Loading branch information
cdealti committed Jun 24, 2015
1 parent 373b955 commit 45e0b6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,14 +348,14 @@ public interface SystemService


/**
* Returns the total memory visible to this Java instance.
* Returns the total memory visible to this Java instance in kilobytes.
* @return
*/
public long getTotalMemory();


/**
* Returns the free memory for Java instance.
* Returns the free memory for Java instance in kilobytes.
* @return
*/
public long getFreeMemory();
Expand Down

0 comments on commit 45e0b6c

Please sign in to comment.