Searched refs:tcache_create (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/src/ |
D | tcache.c | 317 return (tcache_create(tsd_tsdn(tsd), arena)); in tcache_get_hard() 321 tcache_create(tsdn_t *tsdn, arena_t *arena) in tcache_create() function 493 tcache = tcache_create(tsd_tsdn(tsd), arena); in tcaches_create()
|
D | ctl.c | 117 CTL_PROTO(tcache_create) 297 {NAME("create"), CTL(tcache_create)},
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 156 tcache_t *tcache_create(tsdn_t *tsdn, arena_t *arena); 476 elm->tcache = tcache_create(tsd_tsdn(tsd), arena_choose(tsd, in tcaches_get()
|
D | private_symbols.txt | 520 tcache_create
|
D | private_namespace.h | 520 #define tcache_create JEMALLOC_N(tcache_create) macro
|
D | private_unnamespace.h | 520 #undef tcache_create
|
/external/jemalloc_new/src/ |
D | ctl.c | 112 CTL_PROTO(tcache_create) 316 {NAME("create"), CTL(tcache_create)},
|