mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
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 | ||