b0ffa39cac
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). |
||
---|---|---|
.. | ||
batch_alloc.c | ||
fill_flush.c | ||
hookbench.c | ||
large_microbench.c | ||
mallctl.c | ||
microbench.c |