IAlloc_Alloc      369 third_party/lzma_sdk/7zDec.c           temp = (Byte *)IAlloc_Alloc(allocMain, outSizeCur);
IAlloc_Alloc      423 third_party/lzma_sdk/7zDec.c       tempBuf[2] = (Byte *)IAlloc_Alloc(allocMain, tempSizes[2]);
IAlloc_Alloc      177 third_party/lzma_sdk/7zIn.c   if ((p = (T *)IAlloc_Alloc(alloc, (size) * sizeof(T))) == 0) return SZ_ERROR_MEM; }
IAlloc_Alloc      765 third_party/lzma_sdk/7zIn.c     *unpackSizes = (UInt64 *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(UInt64));
IAlloc_Alloc      767 third_party/lzma_sdk/7zIn.c     *digestsDefined = (Byte *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(Byte));
IAlloc_Alloc      769 third_party/lzma_sdk/7zIn.c     *digests = (UInt32 *)IAlloc_Alloc(allocTemp, (size_t)*numUnpackStreams * sizeof(UInt32));
IAlloc_Alloc     1367 third_party/lzma_sdk/7zIn.c         *outBuffer = (Byte *)IAlloc_Alloc(allocMain, unpackSize);