aboutsummaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorJuan Sebastian velez Posada <jvelezpo@users.noreply.github.com>2020-07-28 16:10:34 -0500
committerGitHub <noreply@github.com>2020-07-28 17:10:34 -0400
commitf7d162477a777a01b182a6f053fe5b5252bd5197 (patch)
tree41f2b5c25f331a265e114d3197c8aaefcecddbef /docs/src
parentf779fd4f0585ef1b0fc9634626ef141509cd0b80 (diff)
downloadlibuv-f7d162477a777a01b182a6f053fe5b5252bd5197.tar.gz
libuv-f7d162477a777a01b182a6f053fe5b5252bd5197.zip
docs: improve the descriptions for get memory info
PR-URL: https://github.com/libuv/libuv/pull/2780 Reviewed-By: Jameson Nash <vtjnash@gmail.com>
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/misc.rst4
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)