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

  /src/usr.bin/vmstat/
vmstat.c 1942 size_t elemsize, hashbufsize, thissize; local in function:dohashstat
2023 thissize = hashsize * elemsize;
2024 if (hashbuf == NULL || thissize > hashbufsize) {
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2029 hashbufsize = thissize;
2031 deref_kptr(hashaddr, hashbuf, thissize,
vmstat.c 1942 size_t elemsize, hashbufsize, thissize; local in function:dohashstat
2023 thissize = hashsize * elemsize;
2024 if (hashbuf == NULL || thissize > hashbufsize) {
2025 if ((nhashbuf = realloc(hashbuf, thissize)) == NULL)
2029 hashbufsize = thissize;
2031 deref_kptr(hashaddr, hashbuf, thissize,

Completed in 48 milliseconds