示例#1
0
 /// <summary>
 /// Constructs an instance of the memory mapper.
 /// </summary>
 public MemoryMapper()
 {
     MarshalInfo = new DefaultMarshalInfo();
     LayoutAlgorithm = new DefaultMemoryLayoutAlgorithm();
     DefaultRegion = new MemoryRegion(MarshalInfo);
 }
示例#2
0
 /// <summary>
 /// Constructs an instance of the memory mapper.
 /// </summary>
 public MemoryMapper()
 {
     MarshalInfo     = new DefaultMarshalInfo();
     LayoutAlgorithm = new DefaultMemoryLayoutAlgorithm();
     DefaultRegion   = new MemoryRegion(MarshalInfo);
 }