MEM_MALLOC
#define MEM_MALLOC(AREA, SIZE) malloc(SIZE)
#define MEM_MALLOC(AREA, SIZE) smb_mem_alloc(SIZE)