Home
last modified time | relevance | path

Searched refs:munit_calloc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h400 #define munit_calloc(nmemb, size) munit_malloc((nmemb) * (size)) macro
402 #define munit_newa(type, nmemb) ((type *)munit_calloc((nmemb), sizeof(type)))