Searched refs:sqlite3_malloc64 (Results 1 – 4 of 4) sorted by relevance
2443 p->a = sqlite3_malloc64( n+1 ); in decimal_new()2905 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMulFunc()4002 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()4789 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()5417 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()7221 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()7675 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()7849 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()7915 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()8980 aZip = (u8*)sqlite3_malloc64(nZip); in zipfileFinal()[all …]
602 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
3004 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
84462 #define sqlite3_malloc64 chrome_sqlite3_malloc64 // Line 296685351 - pBuf = sqlite3_malloc64( nIn ? nIn : 1 );85706 + p->a = sqlite3_malloc64( n+1 );86314 - aBuf = sqlite3_malloc64(nBuf);86629 + acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );88602 + pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState );89705 - p->a = sqlite3_malloc64( n+1 );89826 + pBuf = sqlite3_malloc64( nIn ? nIn : 1 );90494 - acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 );91004 + aBuf = sqlite3_malloc64(nBuf);[all …]