Home
last modified time | relevance | path

Searched refs:cache_bin_ptr_array_t (Results 1 – 2 of 2) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dcache_bin.h546 typedef struct cache_bin_ptr_array_s cache_bin_ptr_array_t; typedef
562 cache_bin_ptr_array_t name; \
571 cache_bin_ptr_array_t *arr, cache_bin_sz_t nfill) { in cache_bin_init_ptr_array_for_fill()
583 cache_bin_ptr_array_t *arr, cache_bin_sz_t nfilled) { in cache_bin_finish_fill()
599 cache_bin_ptr_array_t *arr, cache_bin_sz_t nflush) { in cache_bin_init_ptr_array_for_flush()
607 cache_bin_ptr_array_t *arr, cache_bin_sz_t nflushed) { in cache_bin_finish_flush()
617 cache_bin_info_t *info, cache_bin_ptr_array_t *arr, in cache_bin_init_ptr_array_for_stashed()
/src/contrib/jemalloc/src/
H A Dtcache.c248 cache_bin_ptr_array_t *arr = (cache_bin_ptr_array_t *)arr_ctx; in tcache_bin_flush_ptr_getter()
261 tcache_bin_flush_size_check_fail(cache_bin_ptr_array_t *arr, szind_t szind, in tcache_bin_flush_size_check_fail()
279 tcache_bin_flush_edatas_lookup(tsd_t *tsd, cache_bin_ptr_array_t *arr, in tcache_bin_flush_edatas_lookup()
310 szind_t binind, cache_bin_ptr_array_t *ptrs, unsigned nflush, bool small) { in tcache_bin_flush_impl()