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:
parent
f779fd4f05
commit
f7d162477a
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user