Home
last modified time | relevance | path

Searched refs:IAlloc_Free (Results 1 – 7 of 7) sorted by relevance

/external/lzma/C/
D7zArcIn.c80 IAlloc_Free(alloc, p->Defs); p->Defs = NULL; in SzBitUi32s_Free()
81 IAlloc_Free(alloc, p->Vals); p->Vals = NULL; in SzBitUi32s_Free()
88 IAlloc_Free(alloc, p->Defs); p->Defs = NULL; in SzBitUi64s_Free()
89 IAlloc_Free(alloc, p->Vals); p->Vals = NULL; in SzBitUi64s_Free()
112 IAlloc_Free(alloc, p->PackPositions); in SzAr_Free()
115 IAlloc_Free(alloc, p->FoCodersOffsets); in SzAr_Free()
116 IAlloc_Free(alloc, p->FoStartPackStreamIndex); in SzAr_Free()
117 IAlloc_Free(alloc, p->FoToCoderUnpackSizes); in SzAr_Free()
118 IAlloc_Free(alloc, p->FoToMainUnpackSizeIndex); in SzAr_Free()
119 IAlloc_Free(alloc, p->CoderUnpackSizes); in SzAr_Free()
[all …]
DMtCoder.c140 IAlloc_Free(p->mtCoder->alloc, p->outBuf); in CMtThread_Destruct()
144 IAlloc_Free(p->mtCoder->alloc, p->inBuf); in CMtThread_Destruct()
150 { IAlloc_Free(p->mtCoder->alloc, buf); \
D7zTypes.h236 #define IAlloc_Free(p, a) (p)->Free((p), a) macro
DLzma2Enc.c447 IAlloc_Free(p->alloc, p->outBuf); in Lzma2Enc_Destroy()
448 IAlloc_Free(p->alloc, pp); in Lzma2Enc_Destroy()
D7zDec.c582 IAlloc_Free(allocMain, tempBuf[i]); in SzAr_DecodeFolder()
/external/lzma/C/Util/7z/
D7zMain.c579 IAlloc_Free(&allocImp, outBuffer); in main()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c525 IAlloc_Free(&allocImp, outBuffer); in main()