server-skynet-source-3rd-je.../include
Alex Lapenkou ca709c3139 Fix failed assertion due to racy memory access
While calculating the number of stashed pointers, multiple variables
potentially modified by a concurrent thread were used for the
calculation.  This led to some inconsistencies, correctly detected by
the assertions.  The change eliminates some possible inconsistencies by
using unmodified variables and only once a concurrently modified one.
The assertions are omitted for the cases where we acknowledge potential
inconsistencies too.
2022-02-17 09:35:52 -08:00
..
jemalloc Fix failed assertion due to racy memory access 2022-02-17 09:35:52 -08:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00