Exemplo n.º 1
0
 /// <summary>
 /// Dispose FASTER instance
 /// </summary>
 public void Dispose()
 {
     MallocFixedPageSize <HashBucket> .Instance         = null;
     MallocFixedPageSize <HashBucket> .PhysicalInstance = null;
     overflowBucketsAllocator = null;
     hlog.Dispose();
 }
Exemplo n.º 2
0
 public void Dispose()
 {
     hlog.Dispose();
 }