/external/jemalloc/src/ |
D | tcache.c | 33 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 …]
|
D | huge.c | 35 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()
|
D | jemalloc.c | 696 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 …]
|
D | prof.c | 778 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
|
D | arena.c | 2482 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()
|
D | ctl.c | 1336 tcache_t *tcache = tsd_tcache_get(tsd); in CTL_RO_CONFIG_GEN() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 112 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()
|
D | jemalloc_internal.h | 928 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 …]
|
D | jemalloc_internal.h.in | 928 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 …]
|
D | arena.h | 1275 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/ |
D | configure.ac | 883 AC_ARG_ENABLE([tcache], optenable
|