OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ngrows
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ckh.h
35
uint64_t
ngrows
;
member in struct:ckh_s
/external/jemalloc/src/
ckh.c
254
ckh->
ngrows
++;
362
ckh->
ngrows
= 0;
414
"%s(%p):
ngrows
: %"FMTu64", nshrinks: %"FMTu64","
417
(unsigned long long)ckh->
ngrows
,
Completed in 67 milliseconds