CSPspEmu.Core.Tests.MemoryPartitionTest.AllocateAlignedStackOnNonAlignedSegmentTest C# (CSharp) Method

AllocateAlignedStackOnNonAlignedSegmentTest() private method

private AllocateAlignedStackOnNonAlignedSegmentTest ( ) : void
return void
        public void AllocateAlignedStackOnNonAlignedSegmentTest()
        {
            PartitionRoot = new MemoryPartition(InjectContext, 0x000, 0x260);
            PartitionRoot.Allocate(0x100, MemoryPartition.Anchor.High, Alignment: 0x100);
        }