Searched refs:ngrows (Results 1 - 4 of 4) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dckh.h35 uint64_t ngrows; member in struct:ckh_s
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dplhash.h96 PRUint32 ngrows; /* number of table expansions */ member in struct:PLHashTable
H A Dplarena.h73 PRUint32 ngrows; /* number of PL_ARENA_GROW() calls */ member in struct:PLArenaStats
/external/jemalloc/src/
H A Dckh.c254 ckh->ngrows++;
359 ckh->ngrows = 0;
410 "%s(%p): ngrows: %"PRIu64", nshrinks: %"PRIu64","
413 (unsigned long long)ckh->ngrows,

Completed in 368 milliseconds