Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dprof_recent.c30 prof_recent_alloc_max_get(tsd_t *tsd) { in prof_recent_alloc_max_get() function
38 ssize_t old_max = prof_recent_alloc_max_get(tsd); in prof_recent_alloc_max_update()
274 assert(prof_recent_alloc_max_get(tsd) == -1 || in prof_recent_alloc_assert_count()
275 count <= prof_recent_alloc_max_get(tsd)); in prof_recent_alloc_assert_count()
322 if (prof_recent_alloc_max_get(tsd) == -1 || in prof_recent_alloc()
323 prof_recent_alloc_count < prof_recent_alloc_max_get(tsd)) { in prof_recent_alloc()
324 assert(prof_recent_alloc_max_get(tsd) != 0); in prof_recent_alloc()
331 if (prof_recent_alloc_max_get(tsd) == 0) { in prof_recent_alloc()
337 if (prof_recent_alloc_count == prof_recent_alloc_max_get(tsd)) { in prof_recent_alloc()
339 assert(prof_recent_alloc_max_get(tsd) != -1); in prof_recent_alloc()
[all …]