Home
last modified time | relevance | path

Searched defs:binind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h43 tcache_alloc_small(tsd_t * tsd,arena_t * arena,tcache_t * tcache,size_t size,szind_t binind,bool zero,bool slow_path) tcache_alloc_small() argument
105 tcache_alloc_large(tsd_t * tsd,arena_t * arena,tcache_t * tcache,size_t size,szind_t binind,bool zero,bool slow_path) tcache_alloc_large() argument
164 tcache_dalloc_small(tsd_t * tsd,tcache_t * tcache,void * ptr,szind_t binind,bool slow_path) tcache_dalloc_small() argument
189 tcache_dalloc_large(tsd_t * tsd,tcache_t * tcache,void * ptr,szind_t binind,bool slow_path) tcache_dalloc_large() argument
[all...]
H A Djemalloc_internal_inlines_a.h112 tcache_small_bin_get(tcache_t * tcache,szind_t binind) tcache_small_bin_get() argument
118 tcache_large_bin_get(tcache_t * tcache,szind_t binind) tcache_large_bin_get() argument
/freebsd/contrib/jemalloc/src/
H A Dtcache.c230 tcache_t *tcache, cache_bin_t *cache_bin, szind_t binind, in tcache_bin_flush_large() argument
42 szind_t binind = tcache->next_gc_bin; tcache_event_hard() local
90 tcache_alloc_small_hard(tsdn_t * tsdn,arena_t * arena,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,bool * tcache_success) tcache_alloc_small_hard() argument
106 tbin_extents_lookup_size_check(tsdn_t * tsdn,cache_bin_t * tbin,szind_t binind,size_t nflush,extent_t ** extents) tbin_extents_lookup_size_check() argument
135 tcache_bin_flush_small(tsd_t * tsd,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,unsigned rem) tcache_bin_flush_small() argument
[all...]
H A Darena.c338 arena_slab_regind(extent_t * slab,szind_t binind,const void * ptr) arena_slab_regind() argument
360 szind_t binind = extent_szind_get(slab); arena_slab_reg_dalloc() local
1229 arena_slab_alloc(tsdn_t * tsdn,arena_t * arena,szind_t binind,unsigned binshard,const bin_info_t * bin_info) arena_slab_alloc() argument
1267 arena_bin_nonfull_slab_get(tsdn_t * tsdn,arena_t * arena,bin_t * bin,szind_t binind,unsigned binshard) arena_bin_nonfull_slab_get() argument
1310 arena_bin_malloc_hard(tsdn_t * tsdn,arena_t * arena,bin_t * bin,szind_t binind,unsigned binshard) arena_bin_malloc_hard() argument
1365 arena_bin_choose_lock(tsdn_t * tsdn,arena_t * arena,szind_t binind,unsigned * binshard) arena_bin_choose_lock() argument
1382 arena_tcache_fill_small(tsdn_t * tsdn,arena_t * arena,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,uint64_t prof_accumbytes) arena_tcache_fill_small() argument
1460 arena_malloc_small(tsdn_t * tsdn,arena_t * arena,szind_t binind,bool zero) arena_malloc_small() argument
1627 szind_t binind = extent_szind_get(slab); arena_dissociate_bin_slab() local
1687 arena_dalloc_bin_locked_impl(tsdn_t * tsdn,arena_t * arena,bin_t * bin,szind_t binind,extent_t * slab,void * ptr,bool junked) arena_dalloc_bin_locked_impl() argument
1713 arena_dalloc_bin_junked_locked(tsdn_t * tsdn,arena_t * arena,bin_t * bin,szind_t binind,extent_t * extent,void * ptr) arena_dalloc_bin_junked_locked() argument
1720 szind_t binind = extent_szind_get(extent); arena_dalloc_bin() local
[all...]