Home
last modified time | relevance | path

Searched refs:ISzAlloc (Results 1 - 5 of 5) sorted by relevance

/third_party/lzma/C/
H A DAlloc.h45 extern const ISzAlloc g_Alloc;
48 extern const ISzAlloc g_BigAlloc;
49 extern const ISzAlloc g_MidAlloc;
55 extern const ISzAlloc g_AlignedAlloc;
60 ISzAlloc vt;
H A DAlloc.c320 const ISzAlloc g_Alloc = { SzAlloc, SzFree };
327 const ISzAlloc g_MidAlloc = { SzMidAlloc, SzMidFree };
328 const ISzAlloc g_BigAlloc = { SzBigAlloc, SzBigFree };
462 const ISzAlloc g_AlignedAlloc = { SzAlignedAlloc, SzAlignedFree };
H A D7zTypes.h456 typedef struct ISzAlloc ISzAlloc; typedef
457 typedef const ISzAlloc * ISzAllocPtr;
459 struct ISzAlloc struct
/third_party/lzma/C/Util/7z/
H A D7zMain.c37 static const ISzAlloc g_Alloc = { SzAlloc, SzFree };
38 // static const ISzAlloc g_Alloc_temp = { SzAllocTemp, SzFreeTemp };
546 ISzAlloc allocImp; in main()
547 ISzAlloc allocTempImp; in main()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c262 ISzAlloc allocImp; in main()
263 ISzAlloc allocTempImp; in main()

Completed in 5 milliseconds