On Mon, 3 Jul 2023, RVP wrote:
Somebody should maybe add calloc() to bsdmalloc.
And posix_memalign() (any others?) too, else you end up with 2 different arenas and free()/realloc() operating on the wrong one. -RVP