Home
last modified time | relevance | path

Searched refs:sqlite3_malloc (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c1274 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR)); in opendir()
2423 p = sqlite3_malloc( sizeof(*p) ); in decimal_new()
2544 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
2837 p->a = sqlite3_malloc(2); in decimalSumStep()
3413 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) ); in seriesConnect()
3435 pCur = sqlite3_malloc( sizeof(*pCur) ); in seriesOpen()
4424 pRe = sqlite3_malloc( sizeof(*pRe) ); in re_compile()
4870 LPWSTR rv = sqlite3_malloc(nAllot * sizeof(WCHAR)); in utf8_to_utf16()
5238 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) ); in fsdirConnect()
5261 pCur = sqlite3_malloc( sizeo in fsdirOpen()
[all...]
H A Dsqlite3.c697 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1301 ** [sqlite3_malloc()] and the result is stored in the char* variable
1361 ** written into memory obtained from [sqlite3_malloc()]. The caller should
2045 ** Every memory allocation request coming in through [sqlite3_malloc()]
2206 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
2211 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
2214 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2487 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
3174 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3249 ** ^The sqlite3_malloc() routin
29359 SQLITE_API void *sqlite3_malloc(int n){ sqlite3_malloc() function
132390 #define sqlite3_malloc global() macro
[all...]
/third_party/sqlite/include/
H A Dsqlite3ext.h467 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.h387 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
991 ** [sqlite3_malloc()] and the result is stored in the char* variable
1051 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1735 ** Every memory allocation request coming in through [sqlite3_malloc()]
1896 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
1901 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
1904 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2177 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2861 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2936 ** ^The sqlite3_malloc() routin
[all...]

Completed in 130 milliseconds