Searched defs:kcalloc (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/libucl/klib/
H A Dkhash.h180 #define kcalloc(N,Z) calloc(N,Z) macro
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h124 kcalloc(size_t n, size_t size, gfp_t flags) function
/freebsd-current/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.h328 #define kcalloc(n, size, flags) mallocarray((n), (size), M_VCHI, \ macro

Completed in 167 milliseconds