Searched refs:g_Alloc (Results 1 – 14 of 14) sorted by relevance
/external/lzma/C/Util/Lzma/ |
D | LzmaUtil.c | 130 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/ |
D | LzmaLib.c | 31 NULL, &g_Alloc, &g_Alloc); in LzmaCompress() 39 …Decode(dest, destLen, src, srcLen, props, (unsigned)propsSize, LZMA_FINISH_ANY, &status, &g_Alloc); in LzmaUncompress()
|
D | Lzma86Enc.c | 83 NULL, &g_Alloc, &g_Alloc); in Lzma86_Encode()
|
D | Alloc.h | 32 extern const ISzAlloc g_Alloc;
|
D | Lzma86Dec.c | 43 src + 1, LZMA_PROPS_SIZE, LZMA_FINISH_ANY, &status, &g_Alloc); in Lzma86_Decode()
|
D | Alloc.c | 242 const ISzAlloc g_Alloc = { SzAlloc, SzFree }; variable
|
D | XzEnc.c | 1308 CXzEncHandle xz = XzEnc_Create(&g_Alloc, &g_BigAlloc); in Xz_Encode()
|
/external/lzma/C/Util/7z/ |
D | 7zMain.c | 31 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/ |
D | lzma.txt | 143 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/ |
D | XzDecoder.cpp | 43 xz = XzDecMt_Create(&g_Alloc, &g_MidAlloc); in Decode()
|
D | XzEncoder.cpp | 34 _encoder = XzEnc_Create(&g_Alloc, &g_BigAlloc); in CEncoder()
|
D | Lzma2Decoder.cpp | 93 &g_Alloc, in Code()
|
/external/lzma/CPP/7zip/Archive/ |
D | XzHandler.cpp | 428 ~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()
|
D | LzmaHandler.cpp | 396 &status, &g_Alloc); in Open()
|