Searched refs:allocImp (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 246 ISzAlloc allocImp; in main() local 273 allocImp.Alloc = SzAlloc; in main() 274 allocImp.Free = SzFree; in main() 382 lookStream.buf = ISzAlloc_Alloc(&allocImp, kInputBufSize); in main() 397 res = SzArEx_Open(&db, &lookStream.vt, &allocImp, &allocTempImp); in main() 428 &allocImp, &allocTempImp); in main() 536 ISzAlloc_Free(&allocImp, outBuffer); in main() 539 SzArEx_Free(&db, &allocImp); in main() 541 ISzAlloc_Free(&allocImp, lookStream.buf); in main()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 377 ISzAlloc allocImp; in main() local 413 allocImp = g_Alloc; in main() 433 lookStream.buf = ISzAlloc_Alloc(&allocImp, kInputBufSize); in main() 450 res = SzArEx_Open(&db, &lookStream.vt, &allocImp, &allocTempImp); in main() 562 &allocImp, &allocTempImp); in main() 656 ISzAlloc_Free(&allocImp, outBuffer); in main() 661 SzArEx_Free(&db, &allocImp); in main() 662 ISzAlloc_Free(&allocImp, lookStream.buf); in main()
|
/external/lzma/DOC/ |
D | 7zC.txt | 96 ISzAlloc allocImp; /* memory functions for main pool */ 140 allocImp.Free(outBuffer); 142 6) call SzArEx_Free(&db, allocImp.Free) to free allocated items in "db".
|