Searched refs:IAlloc_Free (Results 1 – 7 of 7) sorted by relevance
/external/lzma/C/ |
D | 7zArcIn.c | 78 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 …]
|
D | MtCoder.c | 142 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); \
|
D | 7zTypes.h | 236 #define IAlloc_Free(p, a) (p)->Free((p), a) macro
|
D | Lzma2Enc.c | 423 IAlloc_Free(p->alloc, p->outBuf); in Lzma2Enc_Destroy() 424 IAlloc_Free(p->alloc, pp); in Lzma2Enc_Destroy()
|
D | 7zDec.c | 490 IAlloc_Free(allocMain, tempBuf[i]); in SzAr_DecodeFolder()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 525 IAlloc_Free(&allocImp, outBuffer); in main()
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 519 IAlloc_Free(&allocImp, outBuffer); in main()
|