Searched refs:IAlloc_Alloc (Results 1 – 5 of 5) sorted by relevance
235 #define IAlloc_Alloc(p, size) (p)->Alloc((p), size) macro
366 temp = (Byte *)IAlloc_Alloc(allocMain, outSizeCur); in SzFolder_Decode2()420 tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]); in SzFolder_Decode2()
153 size = newSize; buf = (Byte *)IAlloc_Alloc(p->mtCoder->alloc, size); \
288 mainEncoder->outBuf = (Byte *)IAlloc_Alloc(mainEncoder->alloc, LZMA2_CHUNK_SIZE_COMPRESSED_MAX); in Lzma2Enc_EncodeMt1()
14 if ((p = (T *)IAlloc_Alloc(alloc, (size) * sizeof(T))) == 0) return SZ_ERROR_MEM; }1745 *tempBuf = (Byte *)IAlloc_Alloc(allocMain, unpackSize); in SzArEx_Extract()