Searched refs:sqlite3_malloc64 (Results 1 – 6 of 6) sorted by relevance
857 WCHAR *zw = sqlite3_malloc64(nwc*sizeof(WCHAR)); in conZstrEmit()3719 p->a = sqlite3_malloc64( n+1 ); in decimalNewFromText()4167 acc = sqlite3_malloc64( pA->nDigit + pB->nDigit + 2 ); in decimalMul()6454 pToFree = sqlite3_malloc64( sizeof(ReStateNumber)*2*pRe->nState ); in re_match()7242 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()7870 aBuf = sqlite3_malloc64(nBuf); in fsdirColumn()9678 pNew = (ZipfileTab*)sqlite3_malloc64((sqlite3_int64)nByte+nFile); in zipfileConnect()10133 pNew = (ZipfileEntry*)sqlite3_malloc64(nAlloc); in zipfileGetEntry()10307 aOut = (u8*)sqlite3_malloc64(nAlloc); in zipfileDeflate()10373 aBuf = aFree = sqlite3_malloc64(sz); in zipfileColumn()[all …]
603 #define sqlite3_malloc64 sqlite3_api->malloc64 macro
3381 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);30260 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64 n){ in sqlite3_malloc64() function32004 sqlite3_str *p = sqlite3_malloc64(sizeof(*p)); in sqlite3_str_new()32253 RCStr *p = sqlite3_malloc64( N + sizeof(*p) + 1 ); in sqlite3RCStrNew()32309 *pp = p = sqlite3_malloc64( sizeof(*p) ); in sqlite3TreeViewPush()37493 pFile->aJrnl = sqlite3_malloc64( n );37555 aTxt = sqlite3_malloc64( szTxt+1 );37731 zOut = sqlite3_malloc64( pFile->nJrnl*2 + 50 );37876 pFile->aData = sqlite3_malloc64(SQLITE_KVOS_SZ);39038 pNew = sqlite3_malloc64( sizeof(*pNew) + (n+1) );[all …]
3068 SQLITE_API void *sqlite3_malloc64(sqlite3_uint64);
577 void *sqlite3_malloc64(sqlite3_uint64);
2696 pData = sqlite3_malloc64( len ); in DbObjCmd()