예제 #1
0
 public void cleanUp()
 {
     if (this.ppm != null)
     {
         SubAllocator subAlloc = this.ppm.SubAlloc;
         if (subAlloc != null)
         {
             subAlloc.stopSubAllocator();
         }
     }
 }
예제 #2
0
 public void cleanUp()
 {
     if (ppm != null)
     {
         SubAllocator allocator = ppm.SubAlloc;
         if (allocator != null)
         {
             allocator.stopSubAllocator();
         }
     }
 }
예제 #3
0
 private void CleanUp()
 {
     if (ppm != null)
     {
         SubAllocator allocator = ppm.SubAlloc;
         if (allocator != null)
         {
             allocator.StopSubAllocator();
         }
     }
 }