server-skynet-source-3rd-je.../test
Qi Wang 0043e68d4c Track low_water == -1 case explicitly.
The -1 value of low_water indicates if the cache has been depleted and
refilled.  Track the status explicitly in the tcache struct.

This allows the fast path to check if (cur_ptr > low_water), instead of >=,
which avoids reaching slow path when the last item is allocated.
2019-08-21 16:00:38 -07:00
..
include/test Deprecate OSSpinLock. 2018-11-14 08:44:05 -08:00
integration Fix posix_memalign with input size 0. 2019-07-18 00:43:23 -07:00
src Deprecate OSSpinLock. 2018-11-14 08:44:05 -08:00
stress Add hook microbenchmark. 2018-08-09 13:16:54 -07:00
unit Track low_water == -1 case explicitly. 2019-08-21 16:00:38 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00