Home
last modified time | relevance | path

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

/third_party/lzma/C/
H A D7zAlloc.h12 void SzFree(ISzAllocPtr p, void *address);
H A D7zAlloc.c49 void SzFree(ISzAllocPtr p, void *address) in SzFree() function
H A DAlloc.c319 static void SzFree(ISzAllocPtr p, void *address) { UNUSED_VAR(p) MyFree(address); } in SzFree() function
320 const ISzAlloc g_Alloc = { SzAlloc, SzFree };
/third_party/lzma/C/Util/7z/
H A D7zMain.c37 static const ISzAlloc g_Alloc = { SzAlloc, SzFree };
669 SzFree(NULL, temp); in main()
860 SzFree(NULL, temp); in main()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c290 allocImp.Free = SzFree; in main()

Completed in 4 milliseconds