Home | History | Annotate | Download | only in openssh

Lines Matching refs:mm_zalloc

1920 mm_zalloc(struct mm_master *mm, u_int ncount, u_int size)
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;