Searched refs:sqlite3_malloc64 (Results 1 – 5 of 5) sorted by relevance
2311 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()2938 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()4662 p->a = sqlite3_malloc64( n+1 ); in decimal_new()5124 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMulFunc()6192 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()7117 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()7571 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()7745 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()7811 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()8871 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()[all …]
3279 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);28486 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){30150 sqlite3_str *p = sqlite3_malloc64(sizeof(*p));30375 p = sqlite3_malloc64( sizeof(*p) );35306 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );35757 pInode = sqlite3_malloc64( sizeof(*pInode) );38344 char *zTFile = sqlite3_malloc64( pFile->pVfs->mxPathname );38931 p = sqlite3_malloc64( sizeof(*p) );38963 pShmNode = sqlite3_malloc64( sizeof(*pShmNode) + nShmFilename );39173 pMem = sqlite3_malloc64(nMap);[all …]
585 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
2966 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
79059 #define sqlite3_malloc64 chrome_sqlite3_malloc64 // Line 296679948 - pBuf = sqlite3_malloc64( nIn ? nIn : 1 );80303 + p->a = sqlite3_malloc64( n+1 );80911 - aBuf = sqlite3_malloc64(nBuf);81226 + acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );83199 + pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState );84302 - p->a = sqlite3_malloc64( n+1 );84423 + pBuf = sqlite3_malloc64( nIn ? nIn : 1 );85091 - acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );85601 + aBuf = sqlite3_malloc64(nBuf);[all …]