Mosa.HardwareSystem.HAL.AllocateMemory C# (CSharp) Méthode

AllocateMemory() public static méthode

Allocates the memory.
public static AllocateMemory ( uint size, uint alignment ) : IMemory
size uint The size.
alignment uint The alignment.
Résultat IMemory
        public static IMemory AllocateMemory(uint size, uint alignment)
        {
            return hardwareAbstraction.AllocateMemory(size, alignment);
        }