m_malloc
# define m_malloc(size) malloc(size)
#undef m_malloc /* in case <mks.h> included in <errno.h> or <stdlib.h> */
m_malloc(amount)