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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 321 milliseconds