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

  /src/external/bsd/jemalloc.old/dist/src/
pac.c 173 * allocations are never put in the ecache. pac_alloc_real also
341 pac_stash_decayed(tsdn_t *tsdn, pac_t *pac, ecache_t *ecache,
351 edata_t *edata = ecache_evict(tsdn, pac, ehooks, ecache,
364 pac_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay,
387 switch (ecache->state) {
429 * invariant: (ecache_npages_get(ecache) >= npages_limit). We need an upper
436 pac_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay,
449 size_t npurge = pac_stash_decayed(tsdn, pac, ecache, npages_limit,
453 decay_stats, ecache, fully_decay, &decay_extents);
463 pac_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay)
524 ecache_t *ecache; local
553 ecache_t *ecache; local
    [all...]
  /src/external/bsd/jemalloc/dist/src/
pac.c 251 * allocations are never put in the ecache. pac_alloc_real also
417 pac_stash_decayed(tsdn_t *tsdn, pac_t *pac, ecache_t *ecache,
428 tsdn, pac, ehooks, ecache, npages_limit);
478 pac_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay,
492 || ecache->state == extent_state_muzzy;
523 switch (ecache->state) {
571 * invariant: (ecache_npages_get(ecache) >= npages_limit). We need an upper
578 pac_decay_stats_t *decay_stats, ecache_t *ecache, bool fully_decay,
592 tsdn, pac, ecache, npages_limit, npages_decay_max, &decay_extents);
595 decay_stats, ecache, fully_decay, &decay_extents)
666 ecache_t *ecache; local
695 ecache_t *ecache; local
    [all...]

Completed in 22 milliseconds