Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/vmstat/
H A Dvmstat.c1925 void *hashaddr, *hashbuf, *nhashbuf, *nextaddr; in dohashstat() local
2009 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL) in dohashstat()
2012 hashbuf = nhashbuf; in dohashstat()