Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_recent.c13 static ssize_t prof_recent_alloc_count = 0; variable
254 assert(prof_recent_alloc_count == 0); in prof_recent_alloc_is_empty()
257 assert(prof_recent_alloc_count > 0); in prof_recent_alloc_is_empty()
273 assert(count == prof_recent_alloc_count); in prof_recent_alloc_assert_count()
323 prof_recent_alloc_count < prof_recent_alloc_max_get(tsd)) { in prof_recent_alloc()
337 if (prof_recent_alloc_count == prof_recent_alloc_max_get(tsd)) { in prof_recent_alloc()
350 prof_recent_alloc_count < prof_recent_alloc_max_get(tsd)); in prof_recent_alloc()
359 ++prof_recent_alloc_count; in prof_recent_alloc()
416 if (max == -1 || prof_recent_alloc_count <= max) { in prof_recent_alloc_restore_locked()
425 if (prof_recent_alloc_count == max) { in prof_recent_alloc_restore_locked()
[all …]