Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c170 static size_t s_total_pages = 1; variable
172 static size_t *s_avail_pages = &s_total_pages;
2777 s_total_pages = sysconf(_SC_PHYS_PAGES); in LSAPI_Init_Prefork_Server()
3118 || (*s_avail_pages * 10) / s_total_pages > 0); in is_enough_free_mem()

Completed in 14 milliseconds