• Home
  • Raw
  • Download

Lines Matching refs:sqlite3_malloc

47222 -    pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
47231 - aOut = (char *)sqlite3_malloc(nPoslist+8);
47240 - char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
47267 - p = sqlite3_malloc(sizeof(*p) + 100);
47294 - char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
47303 - pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
47312 - aCopy = (char*)sqlite3_malloc(nCopy);
47321 - pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
47339 - pTree->aData = (char *)sqlite3_malloc(nReq);
47357 - pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
47375 - pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
47382 - pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
47494 - pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
47503 - pRet = (char *)sqlite3_malloc(p->pList->nData);
47512 - pDeferred = sqlite3_malloc(sizeof(*pDeferred));
48094 - pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
48103 - aOut = (char *)sqlite3_malloc(nPoslist+8);
48112 - char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
48139 - p = sqlite3_malloc(sizeof(*p) + 100);
48166 - char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
48175 - pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
48184 - aCopy = (char*)sqlite3_malloc(nCopy);
48193 - pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
48211 - pTree->aData = (char *)sqlite3_malloc(nReq);
48229 - pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
48247 - pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
48254 - pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
48366 - pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
48375 - pRet = (char *)sqlite3_malloc(p->pList->nData);
48384 - pDeferred = sqlite3_malloc(sizeof(*pDeferred));
48521 - pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
48530 - aOut = (char *)sqlite3_malloc(nPoslist+8);
48539 - char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
48591 - p = sqlite3_malloc(sizeof(*p) + 100);
48618 - char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
48627 - pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
48636 - aCopy = (char*)sqlite3_malloc(nCopy);
48645 - pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
48663 - pTree->aData = (char *)sqlite3_malloc(nReq);
48681 - pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
48699 - pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
48706 - pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
48818 - pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
48827 - pRet = (char *)sqlite3_malloc(p->pList->nData);
48836 - pDeferred = sqlite3_malloc(sizeof(*pDeferred));