server-skynet-source-3rd-je.../test/unit
Jason Evans b954bc5d3a Convert rtree from (void *) to (uint8_t) storage.
Reduce rtree memory usage by storing booleans (1 byte each) rather than
pointers.  The rtree code is only used to record whether jemalloc manages
a chunk of memory, so there's no need to store pointers in the rtree.

Increase rtree node size to 64 KiB in order to reduce tree depth from 13
to 3 on 64-bit systems.  The conversion to more compact leaf nodes was
enough by itself to make the rtree depth 1 on 32-bit systems; due to the
fact that root nodes are smaller than the specified node size if
possible, the node size change has no impact on 32-bit systems (assuming
default chunk size).
2014-01-02 17:36:38 -08:00
..
bitmap.c Refactor tests. 2013-12-08 20:52:21 -08:00
ckh.c Add ckh unit tests. 2013-12-16 18:04:23 -08:00
hash.c Clean up code formatting. 2014-01-02 13:38:23 -08:00
mallctl.c Add mallctl*() unit tests. 2013-12-19 21:40:13 -08:00
math.c Add probabability distribution utility code. 2013-12-09 23:42:08 -08:00
mq.c Fix name mangling issues. 2013-12-13 15:07:43 -08:00
mtx.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00
quarantine.c Add quarantine unit tests. 2013-12-17 15:19:12 -08:00
rtree.c Convert rtree from (void *) to (uint8_t) storage. 2014-01-02 17:36:38 -08:00
SFMT.c Clean up SFMT test. 2013-12-10 15:05:24 -08:00
stats.c Add stats unit tests. 2013-12-20 15:47:16 -08:00
tsd.c Add mq (message queue) to test infrastructure. 2013-12-12 14:41:02 -08:00