C# 클래스 SharpUV.LoopAllocs

파일 보기 프로젝트 열기: gigi81/sharpuv

공개 메소드들

메소드 설명
DumpAllocs ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

DumpAllocs() 공개 메소드

public DumpAllocs ( ) : void
리턴 void