HomeSort by: relevance | last modified time | path
    Searched defs:swapfree (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/top/dist/machine/
m_freebsd.c 1063 static long long swapfree = 0; local
1124 swap_stats[3] = swap_getdata(&swapavail, &swapfree);
1126 swap_stats[1] = swapavail - swapfree;
1127 swap_stats[2] = swapfree;

Completed in 48 milliseconds