Searched refs:ISzAlloc (Results 1 – 7 of 7) sorted by relevance
/external/lzma/C/ |
D | Alloc.h | 32 extern const ISzAlloc g_Alloc; 33 extern const ISzAlloc g_BigAlloc; 34 extern const ISzAlloc g_MidAlloc; 35 extern const ISzAlloc g_AlignedAlloc; 40 ISzAlloc vt;
|
D | 7zTypes.h | 290 typedef struct ISzAlloc ISzAlloc; typedef 291 typedef const ISzAlloc * ISzAllocPtr; 293 struct ISzAlloc struct
|
D | Alloc.c | 242 const ISzAlloc g_Alloc = { SzAlloc, SzFree }; 246 const ISzAlloc g_MidAlloc = { SzMidAlloc, SzMidFree }; 250 const ISzAlloc g_BigAlloc = { SzBigAlloc, SzBigFree }; 382 const ISzAlloc g_AlignedAlloc = { SzAlignedAlloc, SzAlignedFree };
|
/external/lzma/DOC/ |
D | 7zC.txt | 96 ISzAlloc allocImp; /* memory functions for main pool */ 97 ISzAlloc allocTempImp; /* memory functions for temporary pool */ 129 ISzAlloc *allocMain, 130 ISzAlloc *allocTemp);
|
D | lzma.txt | 65 ISzAlloc alloc = { SzAlloc, SzFree }; 83 ELzmaStatus *status, ISzAlloc *alloc); 205 ISzAlloc 209 static ISzAlloc g_Alloc = { SzAlloc, SzFree }; 272 ICompressProgress *progress, ISzAlloc *alloc, ISzAlloc *allocBig);
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 31 static const ISzAlloc g_Alloc = { SzAlloc, SzFree }; 377 ISzAlloc allocImp; in main() 378 ISzAlloc allocTempImp; in main()
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 246 ISzAlloc allocImp; in main() 247 ISzAlloc allocTempImp; in main()
|