server-skynet-source-3rd-je.../test
Jason Evans 45f087eb03 Revert "Remove BITMAP_USE_TREE."
Some systems use a native 64 KiB page size, which means that the bitmap
for the smallest size class can be 8192 bits, not just 512 bits as when
the page size is 4 KiB.  Linear search in bitmap_{sfu,ffu}() is
unacceptably slow for such large bitmaps.

This reverts commit 7c00f04ff4.
2017-04-18 19:01:04 -07:00
..
include/test Header refactoring: unify nstime.h and move it out of the catch-all 2017-04-18 18:35:03 -07:00
integration Implement per-CPU arena. 2017-03-08 23:19:01 -08:00
src Add basic reentrancy-checking support, and allow arena_new to reenter. 2017-04-07 14:10:27 -07:00
stress Add basic reentrancy-checking support, and allow arena_new to reenter. 2017-04-07 14:10:27 -07:00
unit Revert "Remove BITMAP_USE_TREE." 2017-04-18 19:01:04 -07:00
test.sh.in Use MALLOC_CONF rather than malloc_conf for tests. 2017-02-23 08:57:02 -08:00