server-skynet-source-3rd-je.../include
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
..
jemalloc Track low_water == -1 case explicitly. 2019-08-21 16:00:38 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00