C# Class SharpUV.LoopAllocs

Afficher le fichier Open project: gigi81/sharpuv

Méthodes publiques

Méthode Description
DumpAllocs ( ) : void

Private Methods

Méthode 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 méthode

public DumpAllocs ( ) : void
Résultat void