server-skynet-source-3rd-je.../test
David Goldblatt 209f2926b8 Header refactoring: tsd - cleanup and dependency breaking.
This removes the tsd macros (which are used only for tsd_t in real builds).  We
break up the circular dependencies involving tsd.

We also move all tsd access through getters and setters.  This allows us to
assert that we only touch data when tsd is in a valid state.

We simplify the usages of the x macro trick, removing all the customizability
(get/set, init, cleanup), moving the lifetime logic to tsd_init and tsd_cleanup.
This lets us make initialization order independent of order within tsd_t.
2017-05-01 10:49:56 -07:00
..
include/test Add extent_destroy_t and use it during arena destruction. 2017-04-29 09:24:12 -07:00
integration Remove --disable-tcache. 2017-04-21 10:06:12 -07:00
src Get rid of most of the various inline macros. 2017-04-24 10:33:21 -07:00
stress Get rid of most of the various inline macros. 2017-04-24 10:33:21 -07:00
unit Header refactoring: tsd - cleanup and dependency breaking. 2017-05-01 10:49:56 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00