Searched refs:tcache_event (Results 1 – 5 of 5) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | tcache_inlines.h | 31 tcache_event(tsd_t *tsd, tcache_t *tcache) { in tcache_event() function 101 tcache_event(tsd, tcache); in tcache_alloc_small() 163 tcache_event(tsd, tcache); in tcache_alloc_large() 189 tcache_event(tsd, tcache); in tcache_dalloc_small() 215 tcache_event(tsd, tcache); in tcache_dalloc_large()
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 173 void tcache_event(tsd_t *tsd, tcache_t *tcache); 257 tcache_event(tsd_t *tsd, tcache_t *tcache) in tcache_event() function 349 tcache_event(tsd, tcache); in tcache_alloc_small() 412 tcache_event(tsd, tcache); in tcache_alloc_large() 438 tcache_event(tsd, tcache); in tcache_dalloc_small() 468 tcache_event(tsd, tcache); in tcache_dalloc_large()
|
D | private_symbols.txt | 526 tcache_event
|
D | private_namespace.h | 526 #define tcache_event JEMALLOC_N(tcache_event) macro
|
D | private_unnamespace.h | 526 #undef tcache_event
|