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

/freebsd-10-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-10-stable/contrib/sqlite3/
H A Dsqlite3ext.h384 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c616 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1152 ** [sqlite3_malloc()] and the result is stored in the char* variable
1212 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1748 ** Every memory allocation request coming in through [sqlite3_malloc()]
1889 ** [sqlite3_malloc()] will be used to obtain the memory needed.<p>
1892 ** [sqlite3_malloc|heap allocations].
1916 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
1921 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
1924 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
2167 ** lookaside buffer itself using [sqlite3_malloc()]
24112 SQLITE_API void *SQLITE_STDCALL sqlite3_malloc(int n){ function
109210 #define sqlite3_malloc macro
[all...]
H A Dsqlite3.h356 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
892 ** [sqlite3_malloc()] and the result is stored in the char* variable
952 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1488 ** Every memory allocation request coming in through [sqlite3_malloc()]
1629 ** [sqlite3_malloc()] will be used to obtain the memory needed.<p>
1632 ** [sqlite3_malloc|heap allocations].
1656 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
1661 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
1664 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
1907 ** lookaside buffer itself using [sqlite3_malloc()]
[all...]
H A Dshell.c4207 pSession->azFilter = sqlite3_malloc( nByte );

Completed in 437 milliseconds