server-skynet-source-3rd-je.../test/stress
David Goldblatt b0ffa39cac Mallctl stress test: fix a type.
The mallctlbymib_long helper was copy-pasted from mallctlbymib_short, and
incorrectly used its output variable (a char *) rather than the output variable
of the mallctl call it was using (a uint64_t), causing breakages when
sizeof(char *) differed from sizeof(uint64_t).
2020-08-17 12:50:14 -07:00
..
batch_alloc.c Add a stress test for batch allocation 2020-08-03 09:36:40 -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
mallctl.c Mallctl stress test: fix a type. 2020-08-17 12:50:14 -07:00
microbench.c Add a benchmark of large allocations. 2020-05-04 12:36:45 -07:00