NetBSD/external/bsd/jemalloc
joerg 8409cf4a20 Hook up proper fork lock handling for malloc:
- lock all relevant mutexes just before fork
- unlock all mutexes just after fork in the parent
- full reinit non-spinlocks in the child
This is not using the normal pthread_atfork interface to ensure order of
operation, malloc is used as implementation detail too often.
2020-05-15 14:37:21 +00:00
..
dist Hook up proper fork lock handling for malloc: 2020-05-15 14:37:21 +00:00
include/jemalloc Drop obsolete special case for clang/ppc. 2020-04-21 22:27:09 +00:00
lib Workaround for random crash of userland binaries, as reported in 2019-11-01 20:53:10 +00:00
Makefile - descend to build libjemalloc 2019-03-12 15:13:25 +00:00