tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Trivial program size inflation



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


Home | Main Index | Thread Index | Old Index