server-skynet-source-3rd-je.../include
Jason Evans 4a8abbb400 Fix bitmap_sfu() regression.
Fix bitmap_sfu() to shift by LG_BITMAP_GROUP_NBITS rather than
hard-coded 6 when using linear (non-USE_TREE) bitmap search.  In
practice this affects only 64-bit systems for which sizeof(long) is not
8 (i.e. Windows), since USE_TREE is defined for 32-bit systems.

This regression was caused by b8823ab026
(Use linear scan for small bitmaps).

This resolves #368.
2016-04-06 10:32:06 -07:00
..
jemalloc Fix bitmap_sfu() regression. 2016-04-06 10:32:06 -07:00
msvc_compat Remove errno overrides. 2016-02-29 10:45:49 -08:00