Home
last modified time | relevance | path

Searched refs:g_Alloc (Results 1 – 14 of 14) sorted by relevance

/external/lzma/C/Util/Lzma/
DLzmaUtil.c130 RINOK(LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc)); in Decode()
132 LzmaDec_Free(&state, &g_Alloc); in Decode()
144 enc = LzmaEnc_Create(&g_Alloc); in Encode()
165 res = LzmaEnc_Encode(enc, outStream, inStream, NULL, &g_Alloc, &g_Alloc); in Encode()
168 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc); in Encode()
/external/lzma/C/
DLzmaLib.c31 NULL, &g_Alloc, &g_Alloc); in LzmaCompress()
39 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
DLzma86Enc.c83 NULL, &g_Alloc, &g_Alloc); in Lzma86_Encode()
DAlloc.h32 extern const ISzAlloc g_Alloc;
DLzma86Dec.c43 src + 1, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status, &g_Alloc); in Lzma86_Decode()
DAlloc.c242 const ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
DXzEnc.c1308 CXzEncHandle xz = XzEnc_Create(&g_Alloc, &g_BigAlloc); in Xz_Encode()
/external/lzma/C/Util/7z/
D7zMain.c31 static const ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
44 Buf_Free(dest, &g_Alloc); in Buf_EnsureSize()
45 return Buf_Create(dest, size, &g_Alloc); in Buf_EnsureSize()
221 Buf_Free(&buf, &g_Alloc); in MyCreateDir()
237 Buf_Free(&buf, &g_Alloc); in OutFile_OpenUtf16()
255 Buf_Free(&buf, &g_Alloc); in PrintString()
413 allocImp = g_Alloc; in main()
414 allocTempImp = g_Alloc; in main()
/external/lzma/DOC/
Dlzma.txt143 res = LzmaDec_Allocate(&state, header, LZMA_PROPS_SIZE, &g_Alloc);
160 LzmaDec_Free(&state, &g_Alloc);
209 static ISzAlloc g_Alloc = { SzAlloc, SzFree };
224 enc = LzmaEnc_Create(&g_Alloc);
254 NULL, &g_Alloc, &g_Alloc);
257 LzmaEnc_Destroy(enc, &g_Alloc, &g_Alloc);
/external/lzma/CPP/7zip/Compress/
DXzDecoder.cpp43 xz = XzDecMt_Create(&g_Alloc, &g_MidAlloc); in Decode()
DXzEncoder.cpp34 _encoder = XzEnc_Create(&g_Alloc, &g_BigAlloc); in CEncoder()
DLzma2Decoder.cpp93 &g_Alloc, in Code()
/external/lzma/CPP/7zip/Archive/
DXzHandler.cpp428 ~CXzsCPP() { Xzs_Free(&p, &g_Alloc); } in ~CXzsCPP()
533 SRes res = Xzs_ReadBackward(&xzs.p, &lookStream.vt, &startPosition, &openWrap.vt, &g_Alloc); in Open2()
682 XzUnpacker_Construct(&p, &g_Alloc); in CXzUnpackerCPP2()
DLzmaHandler.cpp396 &status, &g_Alloc); in Open()