server-skynet-source-3rd-je.../test
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
..
include/test Add mallctl*() unit tests. 2013-12-19 21:40:13 -08:00
integration Add rallocx() test of both alignment and zeroing. 2013-12-16 13:37:21 -08:00
src Add zero/align tests for rallocx(). 2013-12-15 15:54:18 -08:00
unit Convert rtree from (void *) to (uint8_t) storage. 2014-01-02 17:36:38 -08:00
test.sh.in Streamline test output. 2013-12-12 14:58:26 -08:00