Searched refs:arena_choose_impl (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/include/jemalloc/internal/ |
D | jemalloc_internal_inlines_b.h | 8 arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal) { in arena_choose_impl() function 63 return arena_choose_impl(tsd, arena, false); in arena_choose() 68 return arena_choose_impl(tsd, arena, true); in arena_ichoose()
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal.h | 576 arena_t *arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal); 894 arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal) in arena_choose_impl() function 912 return (arena_choose_impl(tsd, arena, false)); in arena_choose() 919 return (arena_choose_impl(tsd, arena, true)); in arena_ichoose()
|
D | private_symbols.txt | 14 arena_choose_impl
|
D | jemalloc_internal.h.in | 576 arena_t *arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal); 894 arena_choose_impl(tsd_t *tsd, arena_t *arena, bool internal) function 912 return (arena_choose_impl(tsd, arena, false)); 919 return (arena_choose_impl(tsd, arena, true));
|
D | private_namespace.h | 14 #define arena_choose_impl JEMALLOC_N(arena_choose_impl) macro
|
D | private_unnamespace.h | 14 #undef arena_choose_impl
|