mem
functions. Closes #2894.
mem_alloc_debug
and other remains of old memory management.
alignment
parameter of mem_alloc
. According to what I have read, any memory returned by malloc
is always aligned correctly for all variables, so there should never have been any need for this.