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

  /external/jemalloc/include/jemalloc/internal/
tcache.h 309 arena = arena_choose(tsd, arena);
370 arena = arena_choose(tsd, arena);
476 elm->tcache = tcache_create(tsd_tsdn(tsd), arena_choose(tsd,
jemalloc_internal.h 577 arena_t *arena_choose(tsd_t *tsd, arena_t *arena);
909 arena_choose(tsd_t *tsd, arena_t *arena) function
    [all...]
private_namespace.h 12 #define arena_choose JEMALLOC_N(arena_choose) macro
    [all...]
private_unnamespace.h 12 #undef arena_choose macro
  /external/jemalloc/src/
tcache.c 103 arena = arena_choose(tsd, NULL);
185 arena = arena_choose(tsd, NULL);
314 arena = arena_choose(tsd, NULL);
366 arena = arena_choose(tsd, NULL);
huge.c 94 arena = arena_choose(tsdn_tsd(tsdn), arena);
arena.c     [all...]
ctl.c     [all...]

Completed in 256 milliseconds