Home | History | Annotate | Download | only in C

Lines Matching refs:alloc

438 void MatchFinderMt_FreeMem(CMatchFinderMt *p, ISzAlloc *alloc)

440 alloc->Free(alloc, p->hashBuf);
444 void MatchFinderMt_Destruct(CMatchFinderMt *p, ISzAlloc *alloc)
448 MatchFinderMt_FreeMem(p, alloc);
466 UInt32 matchMaxLen, UInt32 keepAddBufferAfter, ISzAlloc *alloc)
474 p->hashBuf = (UInt32 *)alloc->Alloc(alloc, (kHashBufferSize + kBtBufferSize) * sizeof(UInt32));
481 if (!MatchFinder_Create(mf, historySize, keepAddBufferBefore, matchMaxLen, keepAddBufferAfter, alloc))