示例#1
0
 internal UVStream(Loop loop, int size)
     : this(loop, UV.Alloc(size))
 {
 }
示例#2
0
 public CallbackPermaRequest(UvRequestType type, bool allocate)
     : this(UV.Sizeof(type), allocate)
 {
 }