| /src/external/bsd/jemalloc/dist/src/ |
| pac.c | 349 size_t nstashed = 0; local 350 while (nstashed < npages_decay_max) { 357 nstashed += edata_size_get(edata) >> LG_PAGE; 359 return nstashed;
|
| pac.c | 349 size_t nstashed = 0; local 350 while (nstashed < npages_decay_max) { 357 nstashed += edata_size_get(edata) >> LG_PAGE; 359 return nstashed;
|
| pac.c | 349 size_t nstashed = 0; local 350 while (nstashed < npages_decay_max) { 357 nstashed += edata_size_get(edata) >> LG_PAGE; 359 return nstashed;
|
| pac.c | 349 size_t nstashed = 0; local 350 while (nstashed < npages_decay_max) { 357 nstashed += edata_size_get(edata) >> LG_PAGE; 359 return nstashed;
|
| tcache.c | 561 cache_bin_sz_t nstashed = cache_bin_nstashed_get_local(cache_bin, info); local 562 assert(orig_cached + nstashed <= cache_bin_info_ncached_max(info)); 563 if (nstashed == 0) { 567 CACHE_BIN_PTR_ARRAY_DECLARE(ptrs, nstashed); 569 nstashed); 570 san_check_stashed_ptrs(ptrs.ptr, nstashed, sz_index2size(binind)); 571 tcache_bin_flush_impl(tsd, tcache, cache_bin, binind, &ptrs, nstashed,
|
| tcache.c | 561 cache_bin_sz_t nstashed = cache_bin_nstashed_get_local(cache_bin, info); local 562 assert(orig_cached + nstashed <= cache_bin_info_ncached_max(info)); 563 if (nstashed == 0) { 567 CACHE_BIN_PTR_ARRAY_DECLARE(ptrs, nstashed); 569 nstashed); 570 san_check_stashed_ptrs(ptrs.ptr, nstashed, sz_index2size(binind)); 571 tcache_bin_flush_impl(tsd, tcache, cache_bin, binind, &ptrs, nstashed,
|
| tcache.c | 561 cache_bin_sz_t nstashed = cache_bin_nstashed_get_local(cache_bin, info); local 562 assert(orig_cached + nstashed <= cache_bin_info_ncached_max(info)); 563 if (nstashed == 0) { 567 CACHE_BIN_PTR_ARRAY_DECLARE(ptrs, nstashed); 569 nstashed); 570 san_check_stashed_ptrs(ptrs.ptr, nstashed, sz_index2size(binind)); 571 tcache_bin_flush_impl(tsd, tcache, cache_bin, binind, &ptrs, nstashed,
|
| tcache.c | 561 cache_bin_sz_t nstashed = cache_bin_nstashed_get_local(cache_bin, info); local 562 assert(orig_cached + nstashed <= cache_bin_info_ncached_max(info)); 563 if (nstashed == 0) { 567 CACHE_BIN_PTR_ARRAY_DECLARE(ptrs, nstashed); 569 nstashed); 570 san_check_stashed_ptrs(ptrs.ptr, nstashed, sz_index2size(binind)); 571 tcache_bin_flush_impl(tsd, tcache, cache_bin, binind, &ptrs, nstashed,
|
| arena.c | 159 cache_bin_sz_t ncached, nstashed; local 161 &tcache_bin_info[i], &ncached, &nstashed); 164 astats->tcache_stashed_bytes += nstashed *
|
| arena.c | 159 cache_bin_sz_t ncached, nstashed; local 161 &tcache_bin_info[i], &ncached, &nstashed); 164 astats->tcache_stashed_bytes += nstashed *
|
| arena.c | 159 cache_bin_sz_t ncached, nstashed; local 161 &tcache_bin_info[i], &ncached, &nstashed); 164 astats->tcache_stashed_bytes += nstashed *
|
| arena.c | 159 cache_bin_sz_t ncached, nstashed; local 161 &tcache_bin_info[i], &ncached, &nstashed); 164 astats->tcache_stashed_bytes += nstashed *
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| arena.c | 733 size_t nstashed = 0; local 735 while (nstashed < npages_decay_max && 739 nstashed += extent_size_get(extent) >> LG_PAGE; 741 return nstashed;
|
| arena.c | 733 size_t nstashed = 0; local 735 while (nstashed < npages_decay_max && 739 nstashed += extent_size_get(extent) >> LG_PAGE; 741 return nstashed;
|
| arena.c | 733 size_t nstashed = 0; local 735 while (nstashed < npages_decay_max && 739 nstashed += extent_size_get(extent) >> LG_PAGE; 741 return nstashed;
|
| arena.c | 733 size_t nstashed = 0; local 735 while (nstashed < npages_decay_max && 739 nstashed += extent_size_get(extent) >> LG_PAGE; 741 return nstashed;
|