one more noreturn
This commit is contained in:
parent
00b9b09886
commit
24ea0e6557
@ -41,7 +41,7 @@ prof_accum_add(tsdn_t *tsdn, prof_accum_t *prof_accum, uint64_t accumbytes) {
|
||||
return overflow;
|
||||
}
|
||||
|
||||
static inline void
|
||||
static JEMALLOC_NORETURN inline void
|
||||
prof_accum_cancel(tsdn_t *tsdn, prof_accum_t *prof_accum, size_t usize) {
|
||||
cassert(config_prof);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user