server-skynet-source-3rd-je.../test
Qi Wang 7599c82d48 Redesign the cache bin metadata for fast path.
Implement the pointer-based metadata for tcache bins --
- 3 pointers are maintained to represent each bin;
- 2 of the pointers are compressed on 64-bit;
- is_full / is_empty done through pointer comparison;

Comparing to the previous counter based design --
- fast-path speed up ~15% in benchmarks
- direct pointer comparison and de-reference
- no need to access tcache_bin_info in common case
2019-08-19 12:21:44 -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 Redesign the cache bin metadata for fast path. 2019-08-19 12:21:44 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00