SuperMalloc
SuperMalloc copied to clipboard
run tokudb fractal tree tests.
git clone [email protected]:Tokutek/ft-index mkdir ft-index-build cd ft-index-build cmake -DCMAKE_BUILD_TYPE=Debug ../ft-index make -j8 cd ft/tests LD_PRELOAD=libsupermalloc_pthread.so ./ft-test this will hit the posix_memalign size == 0 bug (See #24)
Ran successfully. Need to put this into the regression tests, however.