server-skynet-source-3rd-je.../test
Jason Evans 57efa7bb0e Avoid atexit(3) when possible, disable prof_final by default.
atexit(3) can deadlock internally during its own initialization if
jemalloc calls atexit() during jemalloc initialization.  Mitigate the
impact by restructuring prof initialization to avoid calling atexit()
unless the registered function will actually dump a final heap profile.

Additionally, disable prof_final by default so that this land mine is
opt-in rather than opt-out.

This resolves #144.
2014-10-08 18:08:00 -07:00
..
include/test Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
integration Attempt to expand huge allocations in-place. 2014-10-05 14:47:01 -07:00
src Refactor permuted backtrace test allocation. 2014-10-01 22:28:23 -07:00
stress Avoid purging in microbench when lazy-lock is enabled. 2014-10-04 14:59:38 -07:00
unit Avoid atexit(3) when possible, disable prof_final by default. 2014-10-08 18:08:00 -07:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00