示例#1
0
文件: GC.cs 项目: ViktorHofer/corert
 public static long GetAllocatedBytesForCurrentThread()
 {
     return(RuntimeImports.RhGetAllocatedBytesForCurrentThread());
 }