/external/jemalloc/include/jemalloc/internal/ |
private_namespace.h | 105 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
|
private_unnamespace.h | 105 #undef arena_tcache_fill_small macro
|
arena.h | 530 void arena_tcache_fill_small(tsd_t *tsd, arena_t *arena, tcache_bin_t *tbin, [all...] |
/external/jemalloc/src/ |
tcache.c | 78 arena_tcache_fill_small(tsd, arena, tbin, binind, config_prof ?
|
arena.c | 2206 arena_tcache_fill_small(tsd_t *tsd, arena_t *arena, tcache_bin_t *tbin, function [all...] |