Searched defs:tcache (Results 1 - 7 of 7) sorted by last modified time

/freebsd-11-stable/contrib/tcsh/
H A Dtc.func.c1446 } *tcache = NULL; variable in typeref:struct:tildecache
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Djemalloc.c747 tcache_t *tcache; local
1796 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) argument
1825 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) argument
2003 imallocx_flags_decode(tsd_t *tsd, size_t size, int flags, size_t *usize, size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena) argument
2035 imallocx_flags(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, bool slow_path) argument
2049 imallocx_prof_sample(tsdn_t *tsdn, size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, bool slow_path) argument
2076 tcache_t *tcache; local
2109 tcache_t *tcache; local
2187 irallocx_prof_sample(tsd_t *tsd, 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) argument
2210 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) argument
2263 tcache_t *tcache; local
2492 tcache_t *tcache; local
2534 tcache_t *tcache; local
[all...]
H A Darena.c2759 arena_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment, bool zero, tcache_t *tcache) argument
3266 arena_ralloc_move_helper(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment, bool zero, tcache_t *tcache) argument
3280 arena_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize, size_t size, size_t alignment, bool zero, tcache_t *tcache) argument
[all...]
H A Dctl.c1342 tcache_t *tcache = tsd_tcache_get(tsd); local
1344 tcache_arena_reassociate(tsd_tsdn(tsd), tcache, local
H A Dhuge.c362 huge_ralloc(tsd_t *tsd, arena_t *arena, void *ptr, size_t oldsize, size_t usize, size_t alignment, bool zero, tcache_t *tcache) argument
H A Dtcache.c34 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) argument
74 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, argument
89 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, szind_t binind, unsigned rem) argument
171 tcache_bin_flush_large(tsd_t *tsd, tcache_bin_t *tbin, szind_t binind, unsigned rem, tcache_t *tcache) argument
256 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) argument
269 tcache_arena_dissociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) argument
293 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *oldarena, arena_t *newarena) argument
320 tcache_t *tcache; local
358 tcache_destroy(tsd_t *tsd, tcache_t *tcache) argument
364 tcache_arena_dissociate(tsd_tsdn(tsd), tcache, arena); local
395 idalloctm(tsd_tsdn(tsd), tcache, NULL, true, true); local
401 tcache_t *tcache; local
420 tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) argument
451 tcache_t *tcache; local
[all...]
/freebsd-11-stable/contrib/jemalloc/include/jemalloc/internal/
H A Dtcache.h100 tcache_t *tcache; member in union:tcaches_s::__anon1799
225 tcache_t *tcache; local
242 tcache_event(tsd_t *tsd, tcache_t *tcache) argument
280 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, szind_t binind, bool zero, bool slow_path) argument
[all...]

Completed in 113 milliseconds