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

/external/openssh/
H A Dmonitor_wrap.h127 void *mm_zalloc(struct mm_master *, u_int, u_int);
H A Dmonitor.c1920 mm_zalloc(struct mm_master *mm, u_int ncount, u_int size) function
1926 fatal("%s: mm_zalloc(%u, %u)", __func__, ncount, size);
1942 outgoing_stream.zalloc = (alloc_func)mm_zalloc;
1946 incoming_stream.zalloc = (alloc_func)mm_zalloc;

Completed in 53 milliseconds