Home
last modified time | relevance | path

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

/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c168 static size_t s_total_pages = 1; variable
170 static size_t *s_avail_pages = &s_total_pages;
2767 s_total_pages = sysconf(_SC_PHYS_PAGES); in LSAPI_Init_Prefork_Server()
3096 || (*s_avail_pages * 10) / s_total_pages > 0); in is_enough_free_mem()

Completed in 12 milliseconds