This regression was caused by 8f61fdedb9 (Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).). This resolves #538.
8f61fdedb9
This avoids warnings in some cases, and is otherwise generally good hygiene.
Fix size class overflow handling for malloc(), posix_memalign(), memalign(), calloc(), and realloc() when profiling is enabled. Remove an assertion that erroneously caused arena_sdalloc() to fail when profiling was enabled. This resolves #232.