Searched refs:IAlloc_Free (Results 1 – 7 of 7) sorted by relevance
/external/lzma/C/ |
D | 7zIn.c | 48 IAlloc_Free(alloc, p->Coders); in SzFolder_Free() 49 IAlloc_Free(alloc, p->BindPairs); in SzFolder_Free() 50 IAlloc_Free(alloc, p->PackStreams); in SzFolder_Free() 51 IAlloc_Free(alloc, p->UnpackSizes); in SzFolder_Free() 123 IAlloc_Free(alloc, p->PackSizes); in SzAr_Free() 124 IAlloc_Free(alloc, p->PackCRCsDefined); in SzAr_Free() 125 IAlloc_Free(alloc, p->PackCRCs); in SzAr_Free() 126 IAlloc_Free(alloc, p->Folders); in SzAr_Free() 127 IAlloc_Free(alloc, p->Files); in SzAr_Free() 145 IAlloc_Free(alloc, p->FolderStartPackStreamIndex); in SzArEx_Free() [all …]
|
D | MtCoder.c | 140 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); \
|
D | Types.h | 234 #define IAlloc_Free(p, a) (p)->Free((p), a) macro
|
D | Lzma2Enc.c | 407 IAlloc_Free(p->alloc, p->outBuf); in Lzma2Enc_Destroy() 408 IAlloc_Free(p->alloc, pp); in Lzma2Enc_Destroy()
|
D | 7zDec.c | 468 IAlloc_Free(allocMain, tempBuf[i]); in SzFolder_Decode()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 480 IAlloc_Free(&allocImp, outBuffer); in main()
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 511 IAlloc_Free(&allocImp, outBuffer); in main()
|