server-skynet-source-3rd-je.../test
Qi Wang fde3e20cc0 Integrate auto tcache into TSD.
The embedded tcache is initialized upon tsd initialization.  The avail arrays
for the tbins will be allocated / deallocated accordingly during init / cleanup.

With this change, the pointer to the auto tcache will always be available, as
long as we have access to the TSD.  tcache_available() (called in tcache_get())
is provided to check if we should use tcache.
2017-04-07 09:55:14 -07:00
..
include/test Disentangle assert and util 2017-03-06 15:08:43 -08:00
integration Implement per-CPU arena. 2017-03-08 23:19:01 -08:00
src Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00
stress Remove extraneous parens around return arguments. 2017-01-20 21:43:07 -08:00
unit Integrate auto tcache into TSD. 2017-04-07 09:55:14 -07:00
test.sh.in Use MALLOC_CONF rather than malloc_conf for tests. 2017-02-23 08:57:02 -08:00