Searched refs:tcache_stats_merge (Results 1 – 11 of 11) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_externs.h | 42 void tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
|
D | private_namespace.h | 356 #define tcache_stats_merge JEMALLOC_N(tcache_stats_merge) macro
|
D | private_namespace_jet.h | 363 #define tcache_stats_merge JEMALLOC_N(tcache_stats_merge) macro
|
/external/jemalloc/src/ |
D | tcache.c | 290 tcache_stats_merge(tsdn, tcache, arena); in tcache_arena_dissociate() 423 tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) in tcache_stats_merge() function
|
D | jemalloc.c | 776 tcache_stats_merge(tsdn, tcache, arena); in stats_print_atexit()
|
/external/jemalloc_new/src/ |
D | tcache.c | 342 tcache_stats_merge(tsdn, tcache, arena); in tcache_arena_dissociate() 547 tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena) { in tcache_stats_merge() function
|
D | jemalloc.c | 654 tcache_stats_merge(tsdn, tcache, arena); in stats_print_atexit()
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 536 tcache_stats_merge
|
D | tcache.h | 159 void tcache_stats_merge(tsdn_t *tsdn, tcache_t *tcache, arena_t *arena);
|
D | private_namespace.h | 533 #define tcache_stats_merge JEMALLOC_N(tcache_stats_merge) macro
|
D | private_unnamespace.h | 533 #undef tcache_stats_merge
|