Example #1
0
 internal IntPtr AllocRequest(uv_req_type requestType)
 {
     return(Alloc(Uvi.uv_req_size(requestType)));
 }