CSPspEmu.Core.Tests.MemoryPartitionTest.AllocateAlignedStackOnNonAlignedSegmentTest C# (CSharp) Метод

AllocateAlignedStackOnNonAlignedSegmentTest() приватный Метод

private AllocateAlignedStackOnNonAlignedSegmentTest ( ) : void
Результат void
        public void AllocateAlignedStackOnNonAlignedSegmentTest()
        {
            PartitionRoot = new MemoryPartition(InjectContext, 0x000, 0x260);
            PartitionRoot.Allocate(0x100, MemoryPartition.Anchor.High, Alignment: 0x100);
        }