server-skynet-source-3rd-je.../test
David Goldblatt a011c4c22d cache_bin: Separate out local and remote accesses.
This fixes an incorrect debug-mode assert:
- T1 starts an arena stats update and reads stack_head from another thread's
  cache bin, when that cache bin has 1 item in it.
- T2 allocates from that cache bin.  The cache_bin's stack_head now points to a
  NULL pointer, since the cache bin is empty.
- T1 Re-reads the cache_bin's stack_head to perform an assertion check (since it
  previously saw that the bin was empty, whatever stack_head points to should be
  non-NULL).
2021-01-08 14:18:08 -08:00
..
analyze Add a simple utility to detect profiling bias. 2020-08-05 18:33:55 -07:00
include/test Benchmarks: Also print ns / iter. 2020-08-13 10:03:15 -07:00
integration Add alignment stress test for rallocx 2020-08-11 11:56:43 -07:00
src Fix: assertion could abort on past failures 2020-03-18 20:48:26 -07:00
stress Cache mallctl mib for batch allocation stress test 2020-12-07 09:10:11 -08:00
unit cache_bin: Separate out local and remote accesses. 2021-01-08 14:18:08 -08:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00