Home
last modified time | relevance | path

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

/freebsd-src/contrib/sqlite3/
H A Dshell.c2398 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
3725 p = sqlite3_malloc( sizeof(*p) ); in decimalNewFromText()
3903 z = sqlite3_malloc( p->nDigit+4 ); in decimal_result()
3968 z = sqlite3_malloc( nDigit+20 ); in decimal_result_sci()
4407 p->a = sqlite3_malloc(2); in decimalSumStep()
4775 cBuf = sqlite3_malloc(nc); in base64()
4797 bBuf = sqlite3_malloc(nb); in base64()
5151 cBuf = sqlite3_malloc(nc); in base85()
5173 bBuf = sqlite3_malloc(nb); in base85()
5892 pNew = *ppVtab = sqlite3_malloc( sizeo in seriesConnect()
[all...]
H A Dsqlite3ext.h468 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.h387 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
995 ** [sqlite3_malloc()] and the result is stored in the char* variable
1055 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1741 ** Every memory allocation request coming in through [sqlite3_malloc()]
1919 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
1924 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
1927 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2217 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2944 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3019 ** ^The sqlite3_malloc() routin
[all...]
H A Dsqlite3.c700 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1308 ** [sqlite3_malloc()] and the result is stored in the char* variable
1368 ** written into memory obtained from [sqlite3_malloc()]. The caller should
2054 ** Every memory allocation request coming in through [sqlite3_malloc()]
2232 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
2237 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
2240 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2530 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
3257 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3332 ** ^The sqlite3_malloc() routin
30552 SQLITE_API void *sqlite3_malloc(int n){ sqlite3_malloc() function
[all...]