server-skynet-source-3rd-je.../include
Qi Wang 36bd90b962 Optimizing TSD and thread cache layout.
1) Re-organize TSD so that frequently accessed fields are closer to the
beginning and more compact.  Assuming 64-bit, the first 2.5 cachelines now
contains everything needed on tcache fast path, expect the tcache struct itself.

2) Re-organize tcache and tbins.  Take lg_fill_div out of tbin, and reduce tbin
to 24 bytes (down from 32). Split tbins into tbins_small and tbins_large, and
place tbins_small close to the beginning.
2017-04-07 14:06:17 -07:00
..
jemalloc Optimizing TSD and thread cache layout. 2017-04-07 14:06:17 -07:00
msvc_compat Replace tabs following #define with spaces. 2017-01-20 21:45:53 -08:00