EFICHAR_MALLOC
#define EFICHAR_MALLOC(sz) malloc((sz), M_TEMP, M_WAITOK | M_ZERO)
#define EFICHAR_MALLOC(sz) malloc(sz)