HomeSort by relevance Sort by last modified time
    Searched refs:arena_choose_hard (Results 1 - 9 of 9) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
jemalloc_internal_externs.h 43 arena_t *arena_choose_hard(tsd_t *tsd, bool internal);
jemalloc_internal_inlines_b.h 22 ret = arena_choose_hard(tsd, internal);
private_namespace.h 3 #define arena_choose_hard JEMALLOC_N(arena_choose_hard) macro
private_namespace_jet.h 3 #define arena_choose_hard JEMALLOC_N(arena_choose_hard) macro
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 491 arena_t *arena_choose_hard(tsd_t *tsd, bool internal);
903 ret = arena_choose_hard(tsd, internal);
    [all...]
private_namespace.h 13 #define arena_choose_hard JEMALLOC_N(arena_choose_hard) macro
    [all...]
private_unnamespace.h 13 #undef arena_choose_hard macro
  /external/jemalloc/src/
jemalloc.c 595 arena_choose_hard(tsd_t *tsd, bool internal) function
    [all...]
  /external/jemalloc_new/src/
jemalloc.c 485 arena_choose_hard(tsd_t *tsd, bool internal) { function
    [all...]

Completed in 179 milliseconds