server-skynet-source-3rd-je.../test/stress
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
..
fill_flush.c Tcache: Make incremental gc bytes configurable. 2020-05-16 13:34:23 -07:00
hookbench.c Add hook microbenchmark. 2018-08-09 13:16:54 -07:00
large_microbench.c Add a benchmark of large allocations. 2020-05-04 12:36:45 -07:00
microbench.c Add a benchmark of large allocations. 2020-05-04 12:36:45 -07:00
sizes.c stress/sizes: Fix an off-by-one issue. 2020-06-16 10:34:19 -07:00