MY_ALLOC          186 third_party/lzma_sdk/7zIn.c   MY_ALLOC(UInt32, p->FolderStartPackStreamIndex, p->db.NumFolders, alloc);
MY_ALLOC          193 third_party/lzma_sdk/7zIn.c   MY_ALLOC(UInt64, p->PackStreamStartPositions, p->db.NumPackStreams, alloc);
MY_ALLOC          201 third_party/lzma_sdk/7zIn.c   MY_ALLOC(UInt32, p->FolderStartFileIndex, p->db.NumFolders, alloc);
MY_ALLOC          202 third_party/lzma_sdk/7zIn.c   MY_ALLOC(UInt32, p->FileIndexToFolderIndexMap, p->db.NumFiles, alloc);
MY_ALLOC          436 third_party/lzma_sdk/7zIn.c   MY_ALLOC(Byte, *v, numItems, alloc);
MY_ALLOC          457 third_party/lzma_sdk/7zIn.c   MY_ALLOC(Byte, *v, numItems, alloc);
MY_ALLOC          472 third_party/lzma_sdk/7zIn.c   MY_ALLOC(UInt32, *digests, numItems, alloc);
MY_ALLOC          496 third_party/lzma_sdk/7zIn.c   MY_ALLOC(UInt64, *packSizes, (size_t)*numPackStreams, alloc);
MY_ALLOC          518 third_party/lzma_sdk/7zIn.c     MY_ALLOC(Byte, *packCRCsDefined, (size_t)*numPackStreams, alloc);
MY_ALLOC          519 third_party/lzma_sdk/7zIn.c     MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, alloc);
MY_ALLOC          546 third_party/lzma_sdk/7zIn.c   MY_ALLOC(CSzCoderInfo, folder->Coders, (size_t)numCoders, alloc);
MY_ALLOC          614 third_party/lzma_sdk/7zIn.c   MY_ALLOC(CSzBindPair, folder->BindPairs, (size_t)numBindPairs, alloc);
MY_ALLOC          627 third_party/lzma_sdk/7zIn.c   MY_ALLOC(UInt32, folder->PackStreams, (size_t)numPackStreams, alloc);
MY_ALLOC          659 third_party/lzma_sdk/7zIn.c     MY_ALLOC(CSzFolder, *folders, (size_t)*numFolders, alloc);
MY_ALLOC          678 third_party/lzma_sdk/7zIn.c     MY_ALLOC(UInt64, folder->UnpackSizes, (size_t)numOutStreams, alloc);
MY_ALLOC          989 third_party/lzma_sdk/7zIn.c   MY_ALLOC(CSzFileItem, files, (size_t)numFiles, allocMain);
MY_ALLOC         1021 third_party/lzma_sdk/7zIn.c         MY_ALLOC(size_t, p->FileNameOffsets, numFiles + 1, allocMain);