Searched refs:munit_malloc (Results 1 – 1 of 1) sorted by relevance
396 #define munit_malloc(size) munit_malloc_ex(__FILE__, __LINE__, (size)) macro398 #define munit_new(type) ((type *)munit_malloc(sizeof(type)))400 #define munit_calloc(nmemb, size) munit_malloc((nmemb) * (size))