Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h394 void *munit_malloc_ex(const char *filename, int line, size_t size);
396 #define munit_malloc(size) munit_malloc_ex(__FILE__, __LINE__, (size))
H A Dmunit.c286 void *munit_malloc_ex(const char *filename, int line, size_t size) { in munit_malloc_ex() function