HomeSort by relevance Sort by last modified time
    Searched refs:ngrows (Results 1 - 4 of 4) sorted by null

  /external/jemalloc/include/jemalloc/internal/
ckh.h 35 uint64_t ngrows; member in struct:ckh_s
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
plhash.h 96 PRUint32 ngrows; /* number of table expansions */ member in struct:PLHashTable
plarena.h 73 PRUint32 ngrows; /* number of PL_ARENA_GROW() calls */ member in struct:PLArenaStats
  /external/jemalloc/src/
ckh.c 254 ckh->ngrows++;
359 ckh->ngrows = 0;
410 "%s(%p): ngrows: %"PRIu64", nshrinks: %"PRIu64","
413 (unsigned long long)ckh->ngrows,

Completed in 162 milliseconds