mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-26 21:42:11 +00:00
25 lines
No EOL
535 B
C#
25 lines
No EOL
535 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using Cosmos.Core;
|
|
|
|
namespace PlaygroundHAL
|
|
{
|
|
public static class HALGlobal
|
|
{
|
|
public static void Test()
|
|
{
|
|
//Heap.SendStatsToDebugger();
|
|
//Heap.SendStatsToDebugger();
|
|
new object();
|
|
new object();
|
|
new object();
|
|
new object();
|
|
new object();
|
|
//Heap.SendStatsToDebugger();
|
|
|
|
}
|
|
}
|
|
} |