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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h307 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c875 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1779 ** Every memory allocation request coming in through [sqlite3_malloc()]
1918 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1936 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
2075 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2476 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2505 ** results into memory obtained from [sqlite3_malloc()].
2508 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
2605 ** ^The sqlite3_malloc() routine returns a pointer to a block
2607 ** ^If sqlite3_malloc() i
18420 SQLITE_API void *sqlite3_malloc(int n){ function
89199 #define sqlite3_malloc macro
[all...]
H A Dsqlite3.h322 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1226 ** Every memory allocation request coming in through [sqlite3_malloc()]
1365 ** [sqlite3_malloc()] will be used to obtain the memory needed.</dd>
1383 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.
1522 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
1923 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
1952 ** results into memory obtained from [sqlite3_malloc()].
1955 ** NULL pointer if [sqlite3_malloc()] is unable to allocate enough
2052 ** ^The sqlite3_malloc() routine returns a pointer to a block
2054 ** ^If sqlite3_malloc() i
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c1251 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
2706 pNew = (fsdir_tab*)sqlite3_malloc( sizeof(*pNew) );
2729 pCur = sqlite3_malloc( sizeof(*pCur) );
3252 pNew = sqlite3_malloc( sizeof(*pNew) );
3274 pCur = sqlite3_malloc( sizeof(*pCur) );
4578 p = sqlite3_malloc( sizeof(*p) );
4699 z = sqlite3_malloc( p->nDigit+4 );
4991 p->a = sqlite3_malloc(2);
5563 pNew = *ppVtab = sqlite3_malloc( sizeof(*pNew) );
5585 pCur = sqlite3_malloc( sizeo
[all...]
H A Dsqlite3ext.h439 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.h364 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
943 ** [sqlite3_malloc()] and the result is stored in the char* variable
1003 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1641 ** Every memory allocation request coming in through [sqlite3_malloc()]
1802 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
1807 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
1810 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2083 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2757 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2832 ** ^The sqlite3_malloc() routin
[all...]
H A Dsqlite3.c1427 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
2006 ** [sqlite3_malloc()] and the result is stored in the char* variable
2066 ** written into memory obtained from [sqlite3_malloc()]. The caller should
2704 ** Every memory allocation request coming in through [sqlite3_malloc()]
2865 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
2870 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
2873 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
3146 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
3820 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3895 ** ^The sqlite3_malloc() routin
27906 SQLITE_API void *sqlite3_malloc(int n){ function
125829 #define sqlite3_malloc macro
[all...]

Completed in 871 milliseconds