Home
last modified time | relevance | path

Searched refs:old_sampled (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprof_inlines_b.h140 bool sampled, old_sampled, moved; in prof_realloc() local
161 old_sampled = ((uintptr_t)old_tctx > (uintptr_t)1U); in prof_realloc()
169 } else if (unlikely(old_sampled)) { in prof_realloc()
189 if (unlikely(old_sampled)) { in prof_realloc()
/external/jemalloc/include/jemalloc/internal/
Dprof.h501 bool sampled, old_sampled; in prof_realloc() local
522 old_sampled = ((uintptr_t)old_tctx > (uintptr_t)1U); in prof_realloc()
529 if (unlikely(old_sampled)) in prof_realloc()