Ejemplo n.º 1
0
 /// <summary>
 /// Allocates the memory.
 /// </summary>
 /// <param name="size">The size.</param>
 /// <param name="alignment">The alignment.</param>
 /// <returns></returns>
 public static IMemory AllocateMemory(uint size, uint alignment)
 {
     return(hardwareAbstraction.AllocateMemory(size, alignment));
 }