C# Class SharpUV.LoopAllocs

ファイルを表示 Open project: gigi81/sharpuv

Public Methods

Method Description
DumpAllocs ( ) : void

Private Methods

Method Description
Alloc ( int size ) : IntPtr
AllocHandle ( uv_handle_type handleType ) : IntPtr
AllocRequest ( uv_req_type requestType ) : IntPtr
Free ( IntPtr ptr ) : IntPtr
FreeHandle ( IntPtr ptr ) : IntPtr
FreeRequest ( IntPtr ptr ) : IntPtr

Method Details

DumpAllocs() public method

public DumpAllocs ( ) : void
return void