Home
last modified time | relevance | path

Searched defs:prof_accumbytes (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dtcache_structs.h16 uint64_t prof_accumbytes; member
Darena_structs_b.h116 uint64_t prof_accumbytes; member
/external/jemalloc/include/jemalloc/internal/
Dtcache.h97 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member
Darena.h390 uint64_t prof_accumbytes; member
/external/jemalloc_new/src/
Darena.c1251 cache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes) { in arena_tcache_fill_small()
/external/jemalloc/src/
Darena.c2406 szind_t binind, uint64_t prof_accumbytes) in arena_tcache_fill_small()