docs: improve the descriptions for get memory info

PR-URL: https://github.com/libuv/libuv/pull/2780
Reviewed-By: Jameson Nash <vtjnash@gmail.com>
This commit is contained in:
Juan Sebastian velez Posada 2020-07-28 16:10:34 -05:00 committed by GitHub
parent f779fd4f05
commit f7d162477a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)