Lines Matching refs:allocMain
74 Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain) in SzDecodePpmd() argument
99 if (!Ppmd7_Alloc(&ppmd, memSize, allocMain)) in SzDecodePpmd()
127 Ppmd7_Free(&ppmd, allocMain); in SzDecodePpmd()
135 Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain) in SzDecodeLzma() argument
141 RINOK(LzmaDec_AllocateProbs(&state, props, propsSize, allocMain)); in SzDecodeLzma()
187 LzmaDec_FreeProbs(&state, allocMain); in SzDecodeLzma()
195 Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain) in SzDecodeLzma2() argument
203 RINOK(Lzma2Dec_AllocateProbs(&state, props[0], allocMain)); in SzDecodeLzma2()
246 Lzma2Dec_FreeProbs(&state, allocMain); in SzDecodeLzma2()
375 Byte *outBuffer, SizeT outSize, ISzAllocPtr allocMain, in SzFolder_Decode2() argument
407 temp = (Byte *)ISzAlloc_Alloc(allocMain, outSizeCur); in SzFolder_Decode2()
435 …sData + coder->PropsOffset, coder->PropsSize, inSize, inStream, outBufCur, outSizeCur, allocMain)); in SzFolder_Decode2()
440 …sData + coder->PropsOffset, coder->PropsSize, inSize, inStream, outBufCur, outSizeCur, allocMain)); in SzFolder_Decode2()
446 …sData + coder->PropsOffset, coder->PropsSize, inSize, inStream, outBufCur, outSizeCur, allocMain)); in SzFolder_Decode2()
463 tempBuf[2] = (Byte *)ISzAlloc_Alloc(allocMain, tempSizes[2]); in SzFolder_Decode2()
552 ISzAllocPtr allocMain) in SzAr_DecodeFolder() argument
579 outBuffer, (SizeT)outSize, allocMain, tempBuf); in SzAr_DecodeFolder()
582 ISzAlloc_Free(allocMain, tempBuf[i]); in SzAr_DecodeFolder()