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

  /external/jemalloc/src/
jemalloc.c 337 is_metadata, arena_get(TSDN_NULL, 0, true), true));
452 arena = arena_get(tsdn, ind, false);
483 arena = arena_get(tsd_tsdn(tsd), ind, false);
497 oldarena = arena_get(tsd_tsdn(tsd), oldind, false);
498 newarena = arena_get(tsd_tsdn(tsd), newind, false);
509 arena = arena_get(tsd_tsdn(tsd), ind, false);
615 assert(arena_get(tsd_tsdn(tsd), 0, false) != NULL);
617 if (arena_get(tsd_tsdn(tsd), i, false) != NULL) {
623 if (arena_nthreads_get(arena_get(
625 arena_nthreads_get(arena_get(
    [all...]
quarantine.c 31 false, NULL, true, arena_get(TSDN_NULL, 0, true), true);
ctl.c 723 tarenas[i] = arena_get(tsdn, i, false);
    [all...]
prof.c 557 size2index(size), false, NULL, true, arena_get(TSDN_NULL, 0, true),
    [all...]
tcache.c 336 arena_get(TSDN_NULL, 0, true));
chunk.c 415 arena = arena_get(tsdn, arena_ind, false);
  /external/jemalloc/include/jemalloc/internal/
jemalloc_internal.h 581 arena_t *arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing);
948 arena_get(tsdn_t *tsdn, unsigned ind, bool init_if_missing) function
    [all...]
private_namespace.h 40 #define arena_get JEMALLOC_N(arena_get) macro
    [all...]
private_unnamespace.h 40 #undef arena_get macro

Completed in 224 milliseconds