Cosmos/source/Cosmos.Core.Memory.Test/HeapSmall.cs
2016-06-14 21:12:52 -04:00

10 lines
203 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Cosmos.Core.Memory.Test {
unsafe static public class HeapSmall {
}
}