server-skynet-source-3rd-je.../test
David Goldblatt eaed1e39be Add sized-delete size-checking functionality.
The existing checks are good at finding such issues (on tcache flush), but not
so good at pinpointing them.  Debug mode can find them, but sometimes debug mode
slows down a program so much that hard-to-hit bugs can take a long time to
crash.

This commit adds functionality to keep programs mostly on their fast paths,
while also checking every sized delete argument they get.
2020-08-05 19:34:05 -07:00
..
analyze Add a simple utility to detect profiling bias. 2020-08-05 18:33:55 -07:00
include/test Nbits: Add a couple more interesting sizes. 2020-07-30 15:25:23 -07:00
integration Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
src Fix: assertion could abort on past failures 2020-03-18 20:48:26 -07:00
stress Add a stress test for batch allocation 2020-08-03 09:36:40 -07:00
unit Add sized-delete size-checking functionality. 2020-08-05 19:34:05 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00