Searched refs:tcache_dalloc_large (Results 1 – 6 of 6) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | arena_inlines_b.h | 160 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, in arena_dalloc() 192 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr, in arena_sdalloc()
|
| A D | tcache_inlines.h | 17 void tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, 265 tcache_dalloc_large(tsd_t *tsd, tcache_t *tcache, void *ptr, size_t size, in tcache_dalloc_large() function
|
| A D | private_symbols.txt | 462 tcache_dalloc_large
|
| A D | private_namespace.h | 462 #define tcache_dalloc_large JEMALLOC_N(tcache_dalloc_large) macro
|
| A D | private_unnamespace.h | 462 #undef tcache_dalloc_large
|
| /third_party/ulib/jemalloc/src/ |
| A D | arena.c | 1319 tcache_dalloc_large(tsdn_tsd(tsdn), tcache, ptr, usize, in arena_dalloc_promoted()
|
Completed in 13 milliseconds