Home
last modified time | relevance | path

Searched defs:tcache (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/jemalloc/src/
H A Dtcache.c41 tcache_event_hard(tsd_t * tsd,tcache_t * tcache) tcache_event_hard() argument
89 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
134 tcache_bin_flush_small(tsd_t * tsd,tcache_t * tcache,cache_bin_t * tbin,szind_t binind,unsigned rem) tcache_bin_flush_small() argument
231 tcache_bin_flush_large(tsd_t * tsd,cache_bin_t * tbin,szind_t binind,unsigned rem,tcache_t * tcache) tcache_bin_flush_large() argument
341 tcache_arena_associate(tsdn_t * tsdn,tcache_t * tcache,arena_t * arena) tcache_arena_associate() argument
362 tcache_arena_dissociate(tsdn_t * tsdn,tcache_t * tcache) tcache_arena_dissociate() argument
389 tcache_arena_reassociate(tsdn_t * tsdn,tcache_t * tcache,arena_t * arena) tcache_arena_reassociate() argument
410 tcache_init(tsd_t * tsd,tcache_t * tcache,void * avail_stack) tcache_init() argument
445 tcache_t *tcache = tsd_tcachep_get_unsafe(tsd); tsd_tcache_data_init() local
487 tcache_t *tcache; tcache_create_explicit() local
512 tcache_flush_cache(tsd_t * tsd,tcache_t * tcache) tcache_flush_cache() argument
546 tcache_destroy(tsd_t * tsd,tcache_t * tcache,bool tsd_tcache) tcache_destroy() argument
583 tcache_t *tcache = tsd_tcachep_get(tsd); tcache_cleanup() local
601 tcache_stats_merge(tsdn_t * tsdn,tcache_t * tcache,arena_t * arena) tcache_stats_merge() argument
661 tcache_t *tcache = tcache_create_explicit(tsd); tcaches_create() local
695 tcache_t *tcache = elm->tcache; tcaches_elm_remove() local
711 tcache_t *tcache = tcaches_elm_remove(tsd, &tcaches[ind], true); tcaches_flush() local
723 tcache_t *tcache = tcaches_elm_remove(tsd, elm, false); tcaches_destroy() local
[all...]
H A Djemalloc.c2339 /* Getting tcache ptr unconditionally. */ in JEMALLOC_ATTR() local
668 tcache_t *tcache; stats_print_atexit() local
1918 tcache_t *tcache; imalloc_no_sample() local
2560 ifree(tsd_t * tsd,void * ptr,tcache_t * tcache,bool slow_path) ifree() argument
2599 isfree(tsd_t * tsd,void * ptr,size_t usize,tcache_t * tcache,bool slow_path) isfree() argument
2770 tcache_t *tcache; free_default() local
2797 tcache_t *tcache = tsd_tcachep_get(tsd); free_fastpath() local
3135 irallocx_prof_sample(tsdn_t * tsdn,void * old_ptr,size_t old_usize,size_t usize,size_t alignment,bool zero,tcache_t * tcache,arena_t * arena,prof_tctx_t * tctx,hook_ralloc_args_t * hook_args) irallocx_prof_sample() argument
3160 irallocx_prof(tsd_t * tsd,void * old_ptr,size_t old_usize,size_t size,size_t alignment,size_t * usize,bool zero,tcache_t * tcache,arena_t * arena,alloc_ctx_t * alloc_ctx,hook_ralloc_args_t * hook_args) irallocx_prof() argument
3209 tcache_t *tcache; je_rallocx() local
3482 tcache_t *tcache; je_dallocx() local
3543 tcache_t *tcache; sdallocx_default() local
[all...]
H A Dhook.c133 tcache_t *tcache = tsdn_tcachep_get(tsdn); hook_reentrantp() local
H A Darena.c1381 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
1533 arena_palloc(tsdn_t * tsdn,arena_t * arena,size_t usize,size_t alignment,bool zero,tcache_t * tcache) arena_palloc() argument
1597 arena_dalloc_promoted(tsdn_t * tsdn,void * ptr,tcache_t * tcache,bool slow_path) arena_dalloc_promoted() argument
1787 arena_ralloc_move_helper(tsdn_t * tsdn,arena_t * arena,size_t usize,size_t alignment,bool zero,tcache_t * tcache) arena_ralloc_move_helper() argument
1801 arena_ralloc(tsdn_t * tsdn,arena_t * arena,void * ptr,size_t oldsize,size_t size,size_t alignment,bool zero,tcache_t * tcache,hook_ralloc_args_t * hook_args) arena_ralloc() argument
2269 tcache_t *tcache = tcache_get(tsdn_tsd(tsdn)); arena_postfork_child() local
[all...]
H A Dlarge.c275 large_ralloc(tsdn_t * tsdn,arena_t * arena,void * ptr,size_t usize,size_t alignment,bool zero,tcache_t * tcache,hook_ralloc_args_t * hook_args) large_ralloc() argument
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache_inlines.h31 tcache_event(tsd_t * tsd,tcache_t * tcache) tcache_event() argument
42 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
104 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_c.h42 iallocztm(tsdn_t * tsdn,size_t size,szind_t ind,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena,bool slow_path) iallocztm() argument
68 ipallocztm(tsdn_t * tsdn,size_t usize,size_t alignment,bool zero,tcache_t * tcache,bool is_internal,arena_t * arena) ipallocztm() argument
88 ipalloct(tsdn_t * tsdn,size_t usize,size_t alignment,bool zero,tcache_t * tcache,arena_t * arena) ipalloct() argument
104 idalloctm(tsdn_t * tsdn,void * ptr,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool is_internal,bool slow_path) idalloctm() argument
127 isdalloct(tsdn_t * tsdn,void * ptr,size_t size,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool slow_path) isdalloct() argument
136 iralloct_realign(tsdn_t * tsdn,void * ptr,size_t oldsize,size_t size,size_t alignment,bool zero,tcache_t * tcache,arena_t * arena,hook_ralloc_args_t * hook_args) iralloct_realign() argument
175 iralloct(tsdn_t * tsdn,void * ptr,size_t oldsize,size_t size,size_t alignment,bool zero,tcache_t * tcache,arena_t * arena,hook_ralloc_args_t * hook_args) iralloct() 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
H A Darena_inlines_b.h160 arena_malloc(tsdn_t * tsdn,arena_t * arena,size_t size,szind_t ind,bool zero,tcache_t * tcache,bool slow_path) arena_malloc() argument
270 arena_dalloc_large(tsdn_t * tsdn,void * ptr,tcache_t * tcache,szind_t szind,bool slow_path) arena_dalloc_large() argument
286 arena_dalloc(tsdn_t * tsdn,void * ptr,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool slow_path) arena_dalloc() argument
371 arena_sdalloc(tsdn_t * tsdn,void * ptr,size_t size,tcache_t * tcache,alloc_ctx_t * alloc_ctx,bool slow_path) arena_sdalloc() argument
[all...]
H A Djemalloc_internal_inlines_b.h25 tcache_t *tcache = tcache_get(tsd); arena_choose_impl() local
H A Darena_inlines_a.h49 tcache_t *tcache = tcache_get(tsd); percpu_arena_update() local
H A Dtcache_structs.h65 tcache_t *tcache; global() member
[all...]
/freebsd/contrib/tcsh/
H A Dtc.func.c1446 } *tcache = NULL; variable