CIS_MEM_ALLOC
#define CIS_MEM_ALLOC(len) cis_malloc((uint32_t)len)
#define CIS_MEM_ALLOC(len) malloc((uint32_t)len)