Inherited Variables
Inherited Constants
Inherited Methods
Class Details
Tags:
- see - GKRELLM_UPDATE_MEM
[ Top ]
Class Variables
Class Methods
get_buffers
int get_buffers(
)
[line 92]
Tags:
- return - Total buffered data in bytes
- access - public
Parameters:
[ Top ]
get_cached
int get_cached(
)
[line 84]
Tags:
- return - Total cached data in bytes
- access - public
Parameters:
[ Top ]
get_free
int get_free(
)
[line 76]
Tags:
- return - The total amount of free memory in bytes
- access - public
Parameters:
[ Top ]
get_shared
int get_shared(
)
[line 100]
Tags:
- return - Total shared memory in bytes
- access - public
Parameters:
[ Top ]
get_total
int get_total(
)
[line 60]
Tags:
- return - The total amount of memory installed in bytes
- access - public
Parameters:
[ Top ]
get_used
int get_used(
)
[line 68]
Tags:
- return - The total amount of memory used in bytes
- access - public
Parameters:
[ Top ]