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

/freebsd-10.0-release/crypto/openssh/
H A Dmonitor_wrap.h127 void *mm_zalloc(struct mm_master *, u_int, u_int);
H A Dmonitor.c1967 mm_zalloc(struct mm_master *mm, u_int ncount, u_int size) function
1973 fatal("%s: mm_zalloc(%u, %u)", __func__, ncount, size);
1989 outgoing_stream.zalloc = (alloc_func)mm_zalloc;
1993 incoming_stream.zalloc = (alloc_func)mm_zalloc;

Completed in 69 milliseconds