Home
last modified time | relevance | path

Searched refs:IAlloc_Alloc (Results 1 – 5 of 5) sorted by relevance

/external/lzma/C/
D7zTypes.h235 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size) macro
D7zDec.c366 temp = (Byte *)IAlloc_Alloc(allocMain, outSizeCur); in SzFolder_Decode2()
420 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]); in SzFolder_Decode2()
DMtCoder.c153 size = newSize; buf = (Byte *)IAlloc_Alloc(p->mtCoder->alloc, size); \
DLzma2Enc.c288 mainEncoder->outBuf = (Byte *)IAlloc_Alloc(mainEncoder->alloc, LZMA2_CHUNK_SIZE_COMPRESSED_MAX); in Lzma2Enc_EncodeMt1()
D7zArcIn.c14 if ((p = (T *)IAlloc_Alloc(alloc, (size) * sizeof(T))) == 0) return SZ_ERROR_MEM; }
1745 *tempBuf = (Byte *)IAlloc_Alloc(allocMain, unpackSize); in SzArEx_Extract()