Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h396 #define munit_malloc(size) munit_malloc_ex(__FILE__, __LINE__, (size)) macro
398 #define munit_new(type) ((type *)munit_malloc(sizeof(type)))
400 #define munit_calloc(nmemb, size) munit_malloc((nmemb) * (size))