HomeSort by: relevance | last modified time | path
    Searched defs:ckh_grow (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/src/
ckh.c 52 static bool ckh_grow(tsd_t *tsd, ckh_t *ckh);
256 ckh_grow(tsd_t *tsd, ckh_t *ckh) { function
477 if (ckh_grow(tsd, ckh)) {
  /src/external/bsd/jemalloc/dist/src/
ckh.c 52 static bool ckh_grow(tsd_t *tsd, ckh_t *ckh);
259 ckh_grow(tsd_t *tsd, ckh_t *ckh) { function
480 if (ckh_grow(tsd, ckh)) {

Completed in 22 milliseconds