History log of /netbsd-current/external/bsd/jemalloc/dist/src/extent.c
Revision Date Author Comments
# 1.4 16-Mar-2019 christos

PR/54062: Fix the "snprintf_float" test failing after the jemalloc import
issue: jemalloc uses a lot more memory (if it can find it) by default and
this test limited the amount of memory it could get, causing it to get to
an error path with a missing mutex_unlock...


# 1.3 10-Mar-2019 christos

Add noreturn where needed. In the prof case because of cassert() and return
in some functions we disable the cassert() for clang. We should really have
a JEMALLOC_PROF_NORETURN and a way to mark the remaining of the function
unreachable.


# 1.2 04-Mar-2019 christos

fix for shadowing.


# 1.1 04-Mar-2019 christos

branches: 1.1.1;
Initial revision


# 1.2 04-Mar-2019 christos

fix for shadowing.


# 1.1 04-Mar-2019 christos

branches: 1.1.1;
Initial revision