示例#1
0
 internal void MatchFinderMt_Destruct(ISzAlloc alloc)
 {
     mHashSync.MtSync_Destruct();
     mBtSync.MtSync_Destruct();
     alloc.FreeUInt32(alloc, mHashBuf);
     mHashBuf = null;
 }
示例#2
0
文件: LzFind.cs 项目: 0-v-0/tiny7z
 private void MatchFinder_FreeThisClassMemory(ISzAlloc alloc)
 {
     alloc.FreeUInt32(alloc, mHash);
     mHash = null;
 }
示例#3
0
 internal void MatchFinderMt_Destruct(ISzAlloc alloc)
 {
     mHashSync.MtSync_Destruct();
     mBtSync.MtSync_Destruct();
     alloc.FreeUInt32(alloc, mHashBuf);
     mHashBuf = null;
 }
示例#4
0
 private void MatchFinder_FreeThisClassMemory(ISzAlloc alloc)
 {
     alloc.FreeUInt32(alloc, mHash);
     mHash = null;
 }