/external/jemalloc_new/src/ |
D | tcache.c | 44 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) { in tcache_event_hard() 92 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard() 108 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, cache_bin_t *tbin, in tcache_bin_flush_small() 198 unsigned rem, tcache_t *tcache) { in tcache_bin_flush_large() 301 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_associate() 322 tcache_arena_dissociate(tsdn_t *tsdn, tcache_t *tcache) { in tcache_arena_dissociate() 349 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_arena_reassociate() 370 tcache_init(tsd_t *tsd, tcache_t *tcache, void *avail_stack) { in tcache_init() 405 tcache_t *tcache = tsd_tcachep_get_unsafe(tsd); in tsd_tcache_data_init() local 447 tcache_t *tcache; in tcache_create_explicit() local [all …]
|
D | jemalloc.c | 650 tcache_t *tcache; in stats_print_atexit() local 1690 tcache_t *tcache; local 2208 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) { 2247 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) { 2317 tcache_t *tcache; local 2404 tcache_t *tcache; local 2612 size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, 2636 size_t alignment, size_t *usize, bool zero, tcache_t *tcache, 2685 tcache_t *tcache; local 2946 tcache_t *tcache; local [all …]
|
D | arena.c | 1250 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in arena_tcache_fill_small() 1394 bool zero, tcache_t *tcache) { in arena_palloc() 1453 arena_dalloc_promoted(tsdn_t *tsdn, void *ptr, tcache_t *tcache, in arena_dalloc_promoted() 1623 size_t alignment, bool zero, tcache_t *tcache) { in arena_ralloc_move_helper() 1637 size_t size, size_t alignment, bool zero, tcache_t *tcache) { in arena_ralloc() 2020 tcache_t *tcache = tcache_get(tsdn_tsd(tsdn)); in arena_postfork_child() local
|
D | large.c | 282 size_t alignment, bool zero, tcache_t *tcache) { in large_ralloc()
|
/external/jemalloc/src/ |
D | tcache.c | 37 tcache_event_hard(tsd_t *tsd, tcache_t *tcache) in tcache_event_hard() 77 tcache_alloc_small_hard(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in tcache_alloc_small_hard() 92 tcache_bin_flush_small(tsd_t *tsd, tcache_t *tcache, tcache_bin_t *tbin, in tcache_bin_flush_small() 175 unsigned rem, tcache_t *tcache) in tcache_bin_flush_large() 259 tcache_arena_associate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) in tcache_arena_associate() 272 tcache_arena_dissociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) in tcache_arena_dissociate() 296 tcache_arena_reassociate(tsdn_t *tsdn, tcache_t *tcache, arena_t *oldarena, in tcache_arena_reassociate() 323 tcache_t *tcache; in tcache_create() local 361 tcache_destroy(tsd_t *tsd, tcache_t *tcache) in tcache_destroy() 404 tcache_t *tcache; in tcache_cleanup() local [all …]
|
D | jemalloc.c | 766 tcache_t *tcache; in stats_print_atexit() local 1883 ifree(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) 1912 isfree(tsd_t *tsd, void *ptr, size_t usize, tcache_t *tcache, bool slow_path) 2123 size_t *alignment, bool *zero, tcache_t **tcache, arena_t **arena) 2155 tcache_t *tcache, arena_t *arena, bool slow_path) 2169 tcache_t *tcache, arena_t *arena, bool slow_path) 2195 tcache_t *tcache; local 2228 tcache_t *tcache; local 2307 size_t usize, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena, 2330 size_t alignment, size_t *usize, bool zero, tcache_t *tcache, [all …]
|
D | huge.c | 380 size_t usize, size_t alignment, bool zero, tcache_t *tcache) in huge_ralloc()
|
D | arena.c | 2791 bool zero, tcache_t *tcache) in arena_palloc() 3300 size_t alignment, bool zero, tcache_t *tcache) in arena_ralloc_move_helper() 3314 size_t alignment, bool zero, tcache_t *tcache) in arena_ralloc()
|
D | ctl.c | 1342 tcache_t *tcache = tsd_tcache_get(tsd); in CTL_RO_CONFIG_GEN() local
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_inlines.h | 31 tcache_event(tsd_t *tsd, tcache_t *tcache) { in tcache_event() 42 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, in tcache_alloc_small() 106 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large() 168 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_small() 193 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_large()
|
D | jemalloc_internal_inlines_c.h | 41 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() 68 tcache_t *tcache, bool is_internal, arena_t *arena) { in ipallocztm() 88 tcache_t *tcache, arena_t *arena) { in ipalloct() 104 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, alloc_ctx_t *alloc_ctx, in idalloctm() 127 isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, in isdalloct() 136 size_t extra, size_t alignment, bool zero, tcache_t *tcache, in iralloct_realign() 174 bool zero, tcache_t *tcache, arena_t *arena) { in iralloct()
|
D | jemalloc_internal_inlines_a.h | 110 tcache_small_bin_get(tcache_t *tcache, szind_t binind) { in tcache_small_bin_get() 116 tcache_large_bin_get(tcache_t *tcache, szind_t binind) { in tcache_large_bin_get()
|
D | arena_inlines_b.h | 88 tcache_t *tcache, bool slow_path) { in arena_malloc() 190 arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, in arena_dalloc() 287 arena_sdalloc(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, in arena_sdalloc()
|
D | jemalloc_internal_inlines_b.h | 25 tcache_t *tcache = tcache_get(tsd); in arena_choose_impl() local
|
D | tcache_structs.h | 56 tcache_t *tcache; member
|
D | arena_inlines_a.h | 49 tcache_t *tcache = tcache_get(tsd); in percpu_arena_update() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 112 tcache_t *tcache; member 240 tcache_t *tcache; in tcache_get() local 257 tcache_event(tsd_t *tsd, tcache_t *tcache) in tcache_event() 295 tcache_alloc_small(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_small() 354 tcache_alloc_large(tsd_t *tsd, arena_t *arena, tcache_t *tcache, size_t size, in tcache_alloc_large() 417 tcache_dalloc_small(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_small() 442 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, size_t size, in tcache_dalloc_large()
|
D | jemalloc_internal.h | 1052 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, in iallocztm() 1079 tcache_t *tcache, bool is_metadata, arena_t *arena) in ipallocztm() 1099 tcache_t *tcache, arena_t *arena) in ipalloct() 1152 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata, in idalloctm() 1175 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) in iqalloc() 1185 isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, in isdalloct() 1193 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, bool slow_path) in isqalloc() 1204 size_t extra, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena) in iralloct_realign() 1237 bool zero, tcache_t *tcache, arena_t *arena) in iralloct()
|
D | jemalloc_internal.h.in | 1052 iallocztm(tsdn_t *tsdn, size_t size, szind_t ind, bool zero, tcache_t *tcache, 1079 tcache_t *tcache, bool is_metadata, arena_t *arena) 1099 tcache_t *tcache, arena_t *arena) 1152 idalloctm(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool is_metadata, 1175 iqalloc(tsd_t *tsd, void *ptr, tcache_t *tcache, bool slow_path) 1185 isdalloct(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, 1193 isqalloc(tsd_t *tsd, void *ptr, size_t size, tcache_t *tcache, bool slow_path) 1204 size_t extra, size_t alignment, bool zero, tcache_t *tcache, arena_t *arena) 1237 bool zero, tcache_t *tcache, arena_t *arena)
|
D | arena.h | 1352 tcache_t *tcache, bool slow_path) in arena_malloc() 1437 arena_dalloc(tsdn_t *tsdn, void *ptr, tcache_t *tcache, bool slow_path) in arena_dalloc() 1496 arena_sdalloc(tsdn_t *tsdn, void *ptr, size_t size, tcache_t *tcache, in arena_sdalloc()
|
/external/strace/tests-mx32/ |
D | getcpu.c | 53 long *tcache = tail_alloc(128); in main() local
|
/external/strace/tests-m32/ |
D | getcpu.c | 53 long *tcache = tail_alloc(128); in main() local
|
/external/strace/tests/ |
D | getcpu.c | 53 long *tcache = tail_alloc(128); in main() local
|
/external/jemalloc/ |
D | configure.ac | 967 AC_ARG_ENABLE([tcache], optenable
|