Searched refs:arena_tcache_fill_small (Results 1 – 7 of 7) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 116 arena_tcache_fill_small
|
D | private_namespace.h | 116 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
|
D | private_unnamespace.h | 116 #undef arena_tcache_fill_small
|
D | arena.h | 561 void arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena,
|
/external/jemalloc/src/ |
D | tcache.c | 82 arena_tcache_fill_small(tsdn, arena, tbin, binind, config_prof ? in tcache_alloc_small_hard()
|
D | arena.c | 2405 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_bin_t *tbin, in arena_tcache_fill_small() function
|
/external/jemalloc/ |
D | ChangeLog | 452 - Fix an OOM-related regression in arena_tcache_fill_small(), which could
|