Searched refs:tcache_dalloc_large (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | arena_inlines_b.h | 232 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr, in arena_dalloc() 344 tcache_dalloc_large(tsdn_tsd(tsdn), in arena_sdalloc()
|
D | tcache_inlines.h | 193 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, szind_t binind, in tcache_dalloc_large() function
|
/external/jemalloc/include/jemalloc/internal/ |
D | tcache.h | 185 void tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, 442 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, size_t size, in tcache_dalloc_large() function
|
D | private_symbols.txt | 521 tcache_dalloc_large
|
D | private_namespace.h | 521 #define tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large) macro
|
D | arena.h | 1483 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr, in arena_dalloc() 1539 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr, in arena_sdalloc()
|
D | private_unnamespace.h | 521 #undef tcache_dalloc_large
|
/external/jemalloc_new/src/ |
D | arena.c | 1461 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr, in arena_dalloc_promoted()
|