diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index 906ca8ff..96f8b8ce 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -502,11 +502,11 @@ API .. c:function:: uint64_t uv_get_free_memory(void) - Gets memory information (in bytes). + Gets the amount of free memory available in the system, as reported by the kernel (in bytes). .. c:function:: uint64_t uv_get_total_memory(void) - Gets memory information (in bytes). + Gets the total amount of physical memory in the system (in bytes). .. c:function:: uint64_t uv_get_constrained_memory(void) |