server-skynet-source-3rd-je.../test
David Goldblatt 7e09a57b39 stress/sizes: Fix an off-by-one issue.
Algorithmically, a size greater than 1024 ZB could access one-past-the-end of
the sizes array.  This couldn't really happen since SIZE_MAX is less than 1024
ZB on all platforms we support (and we pick the arguments to this function to be
reasonable anyways), but it's not like there's any reason *not* to fix it,
either.
2020-06-16 10:34:19 -07:00
..
include/test Add a benchmark of large allocations. 2020-05-04 12:36:45 -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 stress/sizes: Fix an off-by-one issue. 2020-06-16 10:34:19 -07:00
unit High Resolution Timestamps for Profiling 2020-06-15 12:12:49 -07:00
test.sh.in Output MALLOC_CONF and debug cmd when test failure happens. 2017-04-21 22:52:02 -07:00