Searched refs:munit_calloc (Results 1 – 1 of 1) sorted by relevance
400 #define munit_calloc(nmemb, size) munit_malloc((nmemb) * (size)) macro402 #define munit_newa(type, nmemb) ((type *)munit_calloc((nmemb), sizeof(type)))