Searched refs:mzalloc (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/ngatm/libngatm/
H A Dunicust.h43 mzalloc(size_t s) function
52 #define INS_ALLOC() mzalloc(sizeof(struct uni))
55 #define UNI_ALLOC() mzalloc(sizeof(struct uni_all))
58 #define SIG_ALLOC() mzalloc(sizeof(struct sig))
61 #define CALL_ALLOC() mzalloc(sizeof(struct call))
64 #define PARTY_ALLOC() mzalloc(sizeof(struct party))

Completed in 101 milliseconds