diff options
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/misc.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/src/misc.rst b/docs/src/misc.rst index 423ef84c..a18040e2 100644 --- a/docs/src/misc.rst +++ b/docs/src/misc.rst @@ -551,11 +551,13 @@ API .. c:function:: uint64_t uv_get_free_memory(void) - Gets the amount of free memory available in the system, as reported by the kernel (in bytes). + Gets the amount of free memory available in the system, as reported by + the kernel (in bytes). Returns 0 when unknown. .. c:function:: uint64_t uv_get_total_memory(void) Gets the total amount of physical memory in the system (in bytes). + Returns 0 when unknown. .. c:function:: uint64_t uv_get_constrained_memory(void) |