Searched refs:pp (Results 1 – 1 of 1) sorted by relevance
1010 char pp[64]; in uv_resident_set_memory() local1015 snprintf(pp, sizeof(pp), "/proc/%lu/psinfo", (unsigned long) getpid()); in uv_resident_set_memory()1017 fd = open(pp, O_RDONLY); in uv_resident_set_memory()
Completed in 5 milliseconds