Home
last modified time | relevance | path

Searched refs:cache_bin_info_t (Results 1 – 5 of 5) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h171 cache_bin_info_t *bin_info; in tcache_dalloc_small()
196 cache_bin_info_t *bin_info; in tcache_dalloc_large()
Dcache_bin.h37 typedef struct cache_bin_info_s cache_bin_info_t; typedef
Dtcache_externs.h9 extern cache_bin_info_t *tcache_bin_info;
/external/jemalloc_new/src/
Dtcache.c19 cache_bin_info_t *tcache_bin_info;
65 cache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
697 tcache_bin_info = (cache_bin_info_t *)base_alloc(tsdn, b0get(), nhbins in tcache_boot()
698 * sizeof(cache_bin_info_t), CACHELINE); in tcache_boot()
/external/rust/android-crates-io/crates/tikv-jemalloc-sys/patches/
Ddelete_c_library.patch35673 - cache_bin_t *cache_bin, cache_bin_info_t *cache_bin_info, szind_t binind,
38804 -typedef struct cache_bin_info_s cache_bin_info_t;
38915 -cache_bin_info_ncached_max(cache_bin_info_t *info) {
38980 -cache_bin_ncached_get_local(cache_bin_t *bin, cache_bin_info_t *info) {
39019 -cache_bin_low_bits_low_bound_get(cache_bin_t *bin, cache_bin_info_t *info) {
39030 -cache_bin_low_bound_get(cache_bin_t *bin, cache_bin_info_t *info) {
39043 -cache_bin_assert_empty(cache_bin_t *bin, cache_bin_info_t *info) {
39061 -cache_bin_low_water_get(cache_bin_t *bin, cache_bin_info_t *info) {
39219 -cache_bin_nstashed_get_internal(cache_bin_t *bin, cache_bin_info_t *info,
39247 -cache_bin_nstashed_get_local(cache_bin_t *bin, cache_bin_info_t *info) {
[all …]