server-skynet-source-3rd-je.../test
Jason Evans e2bcf037d4 Make dss operations lockless.
Rather than protecting dss operations with a mutex, use atomic
operations.  This has negligible impact on synchronization overhead
during typical dss allocation, but is a substantial improvement for
chunk_in_dss() and the newly added chunk_dss_mergeable(), which can be
called multiple times during chunk deallocations.

This change also has the advantage of avoiding tsd in deallocation paths
associated with purging, which resolves potential deadlocks during
thread exit due to attempted tsd resurrection.

This resolves #425.
2016-10-13 15:33:56 -07:00
..
include/test Fix tsd bootstrapping for a0malloc(). 2016-05-07 16:55:36 -07:00
integration Disable junk filling for tests that could otherwise easily OOM. 2016-05-11 00:52:16 -07:00
src Fix tsd bootstrapping for a0malloc(). 2016-05-07 16:55:36 -07:00
stress Code formatting fixes. 2016-03-23 16:15:42 -07:00
unit Make dss operations lockless. 2016-10-13 15:33:56 -07:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00