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

  /src/external/bsd/jemalloc/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.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...]

Completed in 15 milliseconds