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

  /src/usr.bin/vmstat/
vmstat.c 1941 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; local in function:dohashstat
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2028 hashbuf = nhashbuf;

Completed in 13 milliseconds