Home | Sort by relevance Sort by last modified time |
/external/jemalloc_new/include/jemalloc/internal/ | |
tcache_structs.h | 16 uint64_t prof_accumbytes; member in struct:tcache_s |
arena_structs_b.h | 116 uint64_t prof_accumbytes; member in struct:arena_s |
/external/jemalloc/include/jemalloc/internal/ | |
tcache.h | 97 uint64_t prof_accumbytes;/* Cleared after arena_prof_accum(). */ member in struct:tcache_s 348 tcache->prof_accumbytes += usize; 409 tcache->prof_accumbytes += usize; |
arena.h | 390 uint64_t prof_accumbytes; member in struct:arena_s 568 tcache_bin_t *tbin, szind_t binind, uint64_t prof_accumbytes); [all...] |