Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dtcache.c33 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) in tcache_event_hard()
73 tcache_alloc_small_hard(tsd_t *tsd, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard()
88 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, in tcache_bin_flush_small()
170 unsigned rem, tcache_t *tcache) in tcache_bin_flush_large()
253 tcache_arena_associate(tcache_t *tcache, arena_t *arena) in tcache_arena_associate()
266 tcache_arena_reassociate(tcache_t *tcache, arena_t *oldarena, arena_t *newarena) in tcache_arena_reassociate()
274 tcache_arena_dissociate(tcache_t *tcache, arena_t *arena) in tcache_arena_dissociate()
316 tcache_t *tcache; in tcache_create() local
354 tcache_destroy(tsd_t *tsd, tcache_t *tcache) in tcache_destroy()
397 tcache_t *tcache; in tcache_cleanup() local
[all …]
Dhuge.c35 tcache_t *tcache) in huge_malloc()
45 bool zero, tcache_t *tcache) in huge_palloc()
342 size_t alignment, bool zero, tcache_t *tcache) in huge_ralloc_move_helper()
352 size_t alignment, bool zero, tcache_t *tcache) in huge_ralloc()
381 huge_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache) in huge_dalloc()
Djemalloc.c696 tcache_t *tcache; in stats_print_atexit() local
1814 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path)
1841 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache)
2013 size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena)
2045 size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena)
2065 tcache_t *tcache, arena_t *arena)
2080 tcache_t *tcache, arena_t *arena)
2104 tcache_t *tcache; local
2135 tcache_t *tcache; local
2198 size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena,
[all …]
Dprof.c778 tcache_t *tcache; in prof_lookup() local
1727 tcache_t *tcache; in prof_tdata_init_impl() local
1794 tcache_t *tcache; in prof_tdata_destroy_locked() local
Darena.c2482 bool zero, tcache_t *tcache) in arena_malloc_hard()
2585 bool zero, tcache_t *tcache) in arena_palloc()
3088 size_t alignment, bool zero, tcache_t *tcache) in arena_ralloc_move_helper()
3102 size_t alignment, bool zero, tcache_t *tcache) in arena_ralloc()
Dctl.c1336 tcache_t *tcache = tsd_tcache_get(tsd); in CTL_RO_CONFIG_GEN() local
/external/jemalloc/include/jemalloc/internal/
Dtcache.h112 tcache_t *tcache; member
239 tcache_t *tcache; in tcache_get() local
256 tcache_event(tsd_t *tsd, tcache_t *tcache) in tcache_event()
294 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_small()
353 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large()
415 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_small()
440 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, size_t size, in tcache_dalloc_large()
Djemalloc_internal.h928 iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm()
944 imalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, arena_t *arena) in imalloct()
959 icalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, arena_t *arena) in icalloct()
975 tcache_t *tcache, bool is_metadata, arena_t *arena) in ipallocztm()
993 tcache_t *tcache, arena_t *arena) in ipalloct()
1046 idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata, in idalloctm()
1060 idalloct(tsd_t *tsd, void *ptr, tcache_t *tcache) in idalloct()
1074 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) in iqalloc()
1084 isdalloct(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache) in isdalloct()
1091 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache) in isqalloc()
[all …]
Djemalloc_internal.h.in928 iallocztm(tsd_t *tsd, size_t size, szind_t ind, bool zero, tcache_t *tcache,
944 imalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, arena_t *arena)
959 icalloct(tsd_t *tsd, size_t size, szind_t ind, tcache_t *tcache, arena_t *arena)
975 tcache_t *tcache, bool is_metadata, arena_t *arena)
993 tcache_t *tcache, arena_t *arena)
1046 idalloctm(tsd_t *tsd, void *ptr, tcache_t *tcache, bool is_metadata,
1060 idalloct(tsd_t *tsd, void *ptr, tcache_t *tcache)
1074 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path)
1084 isdalloct(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache)
1091 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache)
[all …]
Darena.h1275 tcache_t *tcache, bool slow_path) in arena_malloc()
1359 arena_dalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) in arena_dalloc()
1415 arena_sdalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache) in arena_sdalloc()
/external/jemalloc/
Dconfigure.ac883 AC_ARG_ENABLE([tcache], optenable