Home
last modified time | relevance | path

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

/external/lzma/C/
D7zArcIn.c78 IAlloc_Free(alloc, p->Defs); p->Defs = 0; in SzBitUi32s_Free()
79 IAlloc_Free(alloc, p->Vals); p->Vals = 0; in SzBitUi32s_Free()
86 IAlloc_Free(alloc, p->Defs); p->Defs = 0; in SzBitUi64s_Free()
87 IAlloc_Free(alloc, p->Vals); p->Vals = 0; in SzBitUi64s_Free()
108 IAlloc_Free(alloc, p->UnpackSizesData); in SzAr_Free()
109 IAlloc_Free(alloc, p->CodersData); in SzAr_Free()
112 IAlloc_Free(alloc, p->PackPositions); in SzAr_Free()
115 IAlloc_Free(alloc, p->FoCodersOffsets); in SzAr_Free()
116 IAlloc_Free(alloc, p->FoSizesOffsets); in SzAr_Free()
117 IAlloc_Free(alloc, p->FoStartPackStreamIndex); in SzAr_Free()
[all …]
DMtCoder.c142 IAlloc_Free(p->mtCoder->alloc, p->outBuf); in CMtThread_Destruct()
146 IAlloc_Free(p->mtCoder->alloc, p->inBuf); in CMtThread_Destruct()
152 { IAlloc_Free(p->mtCoder->alloc, buf); \
D7zTypes.h236 #define IAlloc_Free(p, a) (p)->Free((p), a) macro
DLzma2Enc.c423 IAlloc_Free(p->alloc, p->outBuf); in Lzma2Enc_Destroy()
424 IAlloc_Free(p->alloc, pp); in Lzma2Enc_Destroy()
D7zDec.c490 IAlloc_Free(allocMain, tempBuf[i]); in SzAr_DecodeFolder()
/external/lzma/C/Util/7z/
D7zMain.c525 IAlloc_Free(&allocImp, outBuffer); in main()
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c519 IAlloc_Free(&allocImp, outBuffer); in main()