Ejemplo n.º 1
0
 public Simulation(MemoryLogItemCollection logItems)
 {
     mLogItemCollection = logItems;
     mActiveAllocations = new ArrayList();
     mCurrentAllocation = -1;
 }
 internal Enumerator(MemoryLogItemCollection outer)
 {
     this.outer = outer;
 }