server-skynet-source-3rd-je.../test
David Goldblatt b407a65401 Add basic reentrancy-checking support, and allow arena_new to reenter.
This checks whether or not we're reentrant using thread-local data, and, if we
are, moves certain internal allocations to use arena 0 (which should be properly
initialized after bootstrapping).

The immediate thing this allows is spinning up threads in arena_new, which will
enable spinning up background threads there.
2017-04-07 14:10:27 -07:00
..
include/test Add hooking functionality 2017-04-07 14:10:27 -07:00
integration Implement per-CPU arena. 2017-03-08 23:19:01 -08:00
src Add basic reentrancy-checking support, and allow arena_new to reenter. 2017-04-07 14:10:27 -07:00
stress Add basic reentrancy-checking support, and allow arena_new to reenter. 2017-04-07 14:10:27 -07:00
unit Add basic reentrancy-checking support, and allow arena_new to reenter. 2017-04-07 14:10:27 -07:00
test.sh.in Use MALLOC_CONF rather than malloc_conf for tests. 2017-02-23 08:57:02 -08:00