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 - 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 24 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025