Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/jemalloc/include/jemalloc/internal one more nor...



details:   https://anonhg.NetBSD.org/src/rev/5ada0793d160
branches:  trunk
changeset: 449561:5ada0793d160
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 10 21:52:00 2019 +0000

description:
one more noreturn

diffstat:

 external/bsd/jemalloc/include/jemalloc/internal/prof_inlines_a.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r dececefedf8c -r 5ada0793d160 external/bsd/jemalloc/include/jemalloc/internal/prof_inlines_a.h
--- a/external/bsd/jemalloc/include/jemalloc/internal/prof_inlines_a.h  Sun Mar 10 21:25:09 2019 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/internal/prof_inlines_a.h  Sun Mar 10 21:52:00 2019 +0000
@@ -41,7 +41,7 @@
        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);
 



Home | Main Index | Thread Index | Old Index