OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thissize
(Results
1 - 1
of
1
) 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
,
Completed in 29 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025