Cosmos/source/Playgrounds/Ben/os/kernel/Cosmos.GC/AllocatorBase.cs
2009-08-07 02:28:26 +00:00

11 lines
171 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Cosmos.Kernel.MM.GC
{
class AllocatorBase
{
}
}