Home
last modified time | relevance | path

Searched refs:arena_tcache_fill_small (Results 1 – 13 of 13) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Darena_externs.h47 void arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache,
Dprivate_namespace.h80 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
Dprivate_namespace_jet.h81 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt116 arena_tcache_fill_small
Dprivate_namespace.h116 #define arena_tcache_fill_small JEMALLOC_N(arena_tcache_fill_small) macro
Dprivate_unnamespace.h116 #undef arena_tcache_fill_small
Darena.h567 void arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena,
/external/jemalloc/src/
Dtcache.c82 arena_tcache_fill_small(tsdn, arena, tbin, binind, config_prof ? in tcache_alloc_small_hard()
Darena.c2405 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_bin_t *tbin, in arena_tcache_fill_small() function
/external/jemalloc_new/src/
Dtcache.c97 arena_tcache_fill_small(tsdn, arena, tcache, tbin, binind, in tcache_alloc_small_hard()
Darena.c1250 arena_tcache_fill_small(tsdn_t *tsdn, arena_t *arena, tcache_t *tcache, in arena_tcache_fill_small() function
/external/jemalloc/
DChangeLog452 - Fix an OOM-related regression in arena_tcache_fill_small(), which could
/external/jemalloc_new/
DChangeLog826 - Fix an OOM-related regression in arena_tcache_fill_small(), which could