Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/internal/
Dtcache.h4 typedef struct tcache_bin_info_s tcache_bin_info_t; typedef
124 extern tcache_bin_info_t *tcache_bin_info;
421 tcache_bin_info_t *tbin_info; in tcache_dalloc_small()
447 tcache_bin_info_t *tbin_info; in tcache_dalloc_large()
/external/jemalloc/src/
Dtcache.c10 tcache_bin_info_t *tcache_bin_info;
41 tcache_bin_info_t *tbin_info = &tcache_bin_info[binind]; in tcache_event_hard()
573 tcache_bin_info = (tcache_bin_info_t *)base_alloc(tsdn, nhbins * in tcache_boot()
574 sizeof(tcache_bin_info_t)); in tcache_boot()