OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nshrinks
(Results
1 - 3
of
3
) sorted by null
/external/jemalloc/include/jemalloc/internal/
ckh.h
36
uint64_t
nshrinks
;
member in struct:ckh_s
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
plhash.h
97
PRUint32
nshrinks
; /* number of table contractions */
member in struct:PLHashTable
/external/jemalloc/src/
ckh.c
333
ckh->
nshrinks
++;
360
ckh->
nshrinks
= 0;
410
"%s(%p): ngrows: %"PRIu64",
nshrinks
: %"PRIu64","
414
(unsigned long long)ckh->
nshrinks
,
Completed in 79 milliseconds