Home
last modified time | relevance | path

Searched refs:uv_get_total_memory (Results 1 – 3 of 3) sorted by relevance

/php-uv/tests/
H A D999-uv_get_total_memory.phpt2 Check for uv_get_total_memory
5 $free = uv_get_total_memory();
/php-uv/
H A DREADME.md1563 ### long uv_get_total_memory(void)
1579 var_dump(uv_get_total_memory());
H A Dphp_uv.c4978 PHP_FUNCTION(uv_get_total_memory) argument
4984 RETURN_LONG(uv_get_total_memory());
6446 PHP_FE(uv_get_total_memory, arginfo_void)

Completed in 37 milliseconds