Lines Matching refs:sqlite3_malloc
84461 #define sqlite3_malloc chrome_sqlite3_malloc // Line 2965
85507 - LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
85629 + p = sqlite3_malloc( sizeof(*p) );
85898 + z = sqlite3_malloc( p->nDigit+4 );
86053 - pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
86122 - pCur = sqlite3_malloc( sizeof(*pCur) );
86512 + p->a = sqlite3_malloc(2);
86998 - pNew = sqlite3_malloc( sizeof(*pNew) );
87020 - pCur = sqlite3_malloc( sizeof(*pCur) );
87695 + pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
87726 + pCur = sqlite3_malloc( sizeof(*pCur) );
89052 + pRe = sqlite3_malloc( sizeof(*pRe) );
89685 - p = sqlite3_malloc( sizeof(*p) );
89823 - z = sqlite3_malloc( p->nDigit+4 );
90024 + LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
90280 - p->a = sqlite3_malloc(2);
90596 + pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
90625 + pCur = sqlite3_malloc( sizeof(*pCur) );
91522 - pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
91523 + pNew = sqlite3_malloc( sizeof(*pNew) );
91552 pCur = sqlite3_malloc( sizeof(*pCur) );
93175 - pRe = sqlite3_malloc( sizeof(*pRe) );
93532 char **pzErr /* OUT: Error message (sqlite3_malloc) */
93774 +** sqlite3_malloc(). Or, if the most recent error does not involve a
94592 a = sqlite3_malloc( n ? n : 1 );
101067 - zDel = sqlite3_malloc(nOut);
105941 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
120119 -** memory obtained from sqlite3_malloc() and to make *pzErrMsg point to that
120460 - pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
120494 - pHash = sqlite3_malloc(sizeof(Fts3Hash));
120495 + pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
120599 - aOut = (char *)sqlite3_malloc(nPoslist+8);
120623 - char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
120685 - p = sqlite3_malloc(sizeof(*p) + 100);
120712 - char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
120721 - pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
120730 - aCopy = (char*)sqlite3_malloc(nCopy);
120739 - pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
120757 - pTree->aData = (char *)sqlite3_malloc(nReq);
120775 - pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
120793 - pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
120800 - pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
120929 - pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
120938 - pRet = (char *)sqlite3_malloc(p->pList->nData);
120947 - pDeferred = sqlite3_malloc(sizeof(*pDeferred));
121498 pCur = sqlite3_malloc( sizeof(*pCur) );
121907 - pNew = sqlite3_malloc( sizeof(*pNew) );
121916 - pCur = sqlite3_malloc( sizeof(*pCur) );
122876 #define sqlite3_malloc chrome_sqlite3_malloc // Line 2965
123922 - LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
124044 + p = sqlite3_malloc( sizeof(*p) );
124313 + z = sqlite3_malloc( p->nDigit+4 );
124468 - pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
124537 - pCur = sqlite3_malloc( sizeof(*pCur) );
124927 + p->a = sqlite3_malloc(2);
125413 - pNew = sqlite3_malloc( sizeof(*pNew) );
125435 - pCur = sqlite3_malloc( sizeof(*pCur) );
126110 + pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
126141 + pCur = sqlite3_malloc( sizeof(*pCur) );
127467 + pRe = sqlite3_malloc( sizeof(*pRe) );
128100 - p = sqlite3_malloc( sizeof(*p) );
128238 - z = sqlite3_malloc( p->nDigit+4 );
128439 + LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR));
128695 - p->a = sqlite3_malloc(2);
129011 + pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
129040 + pCur = sqlite3_malloc( sizeof(*pCur) );
129937 - pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
129938 + pNew = sqlite3_malloc( sizeof(*pNew) );
129967 pCur = sqlite3_malloc( sizeof(*pCur) );
131590 - pRe = sqlite3_malloc( sizeof(*pRe) );
131947 char **pzErr /* OUT: Error message (sqlite3_malloc) */
132189 +** sqlite3_malloc(). Or, if the most recent error does not involve a
133007 a = sqlite3_malloc( n ? n : 1 );
139488 - zDel = sqlite3_malloc(nOut);
144362 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
159293 -** memory obtained from sqlite3_malloc() and to make *pzErrMsg point to that
159634 - pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
159668 - pHash = sqlite3_malloc(sizeof(Fts3Hash));
159669 + pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
159773 - aOut = (char *)sqlite3_malloc(nPoslist+8);
159797 - char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
159859 - p = sqlite3_malloc(sizeof(*p) + 100);
159886 - char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
159895 - pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
159904 - aCopy = (char*)sqlite3_malloc(nCopy);
159913 - pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
159931 - pTree->aData = (char *)sqlite3_malloc(nReq);
159949 - pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
159967 - pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
159974 - pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
160103 - pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
160112 - pRet = (char *)sqlite3_malloc(p->pList->nData);
160121 - pDeferred = sqlite3_malloc(sizeof(*pDeferred));
160672 pCur = sqlite3_malloc( sizeof(*pCur) );
161081 - pNew = sqlite3_malloc( sizeof(*pNew) );
161090 - pCur = sqlite3_malloc( sizeof(*pCur) );
162286 char **pzErr /* OUT: Error message (sqlite3_malloc) */
166588 - pTS->aaOutput[0] = sqlite3_malloc(nDoclist + FTS3_VARINT_MAX + 1);
166622 - pHash = sqlite3_malloc(sizeof(Fts3Hash));
166623 + pHash = sqlite3_malloc(sizeof(Fts3HashWrapper));
166727 - aOut = (char *)sqlite3_malloc(nPoslist+8);
166751 - char *aDoclist = sqlite3_malloc(nByte+FTS3_BUFFER_PADDING);
166851 - p = sqlite3_malloc(sizeof(*p) + 100);
166878 - char *aByte = sqlite3_malloc(nByte + FTS3_NODE_PADDING);
166887 - pReader->zTerm = (char*)sqlite3_malloc((nTerm+1)*2);
166896 - aCopy = (char*)sqlite3_malloc(nCopy);
166905 - pReader = (Fts3SegReader *)sqlite3_malloc(sizeof(Fts3SegReader) + nExtra);
166923 - pTree->aData = (char *)sqlite3_malloc(nReq);
166941 - pNew = (SegmentNode *)sqlite3_malloc(sizeof(SegmentNode) + p->nNodeSize);
166959 - pWriter = (SegmentWriter *)sqlite3_malloc(sizeof(SegmentWriter));
166966 - pWriter->aData = (char *)sqlite3_malloc(p->nNodeSize);
167095 - pWriter = (IncrmergeWriter *)sqlite3_malloc(nAlloc);
167104 - pRet = (char *)sqlite3_malloc(p->pList->nData);
167113 - pDeferred = sqlite3_malloc(sizeof(*pDeferred));
167774 + pNew = sqlite3_malloc( sizeof(*pNew) );
167796 + pCur = sqlite3_malloc( sizeof(*pCur) );
168196 - pNew = sqlite3_malloc( sizeof(*pNew) );
168205 - pCur = sqlite3_malloc( sizeof(*pCur) );
174481 pCur = sqlite3_malloc( sizeof(*pCur) );
175070 FileChunk *pNew = sqlite3_malloc(fileChunkSize(p->nChunkSize));
175427 - zDel = sqlite3_malloc(nOut);
179632 +** sqlite3_malloc(). Or, if the most recent error does not involve a
180450 a = sqlite3_malloc( n ? n : 1 );
184434 -** memory obtained from sqlite3_malloc() and to make *pzErrMsg point to that