Searched defs:sqlite3_malloc (Results 1 - 5 of 5) sorted by relevance

/external/javasqlite/src/main/native/
H A Dsqlite_jni.c20 #define sqlite3_malloc malloc macro
3822 data = sqlite3_malloc(len);
3876 data = sqlite3_malloc(len);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h359 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c554 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1082 ** [sqlite3_malloc()] and the result is stored in the char* variable
1133 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1645 ** Every memory allocation request coming in through [sqlite3_malloc()]
1786 ** [sqlite3_malloc()] will be used to obtain the memory needed.<p>
1789 ** [sqlite3_malloc|heap allocations].
1817 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.</dd>
2044 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2446 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2479 ** results into memory obtained from [sqlite3_malloc()]
20846 SQLITE_API void *SQLITE_STDCALL sqlite3_malloc(int n){ function
102214 #define sqlite3_malloc macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h359 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c554 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1082 ** [sqlite3_malloc()] and the result is stored in the char* variable
1133 ** written into memory obtained from [sqlite3_malloc()]. The caller should
1645 ** Every memory allocation request coming in through [sqlite3_malloc()]
1786 ** [sqlite3_malloc()] will be used to obtain the memory needed.<p>
1789 ** [sqlite3_malloc|heap allocations].
1817 ** SQLite goes to [sqlite3_malloc()] for the additional storage space.</dd>
2044 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
2446 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
2479 ** results into memory obtained from [sqlite3_malloc()]
20846 SQLITE_API void *SQLITE_STDCALL sqlite3_malloc(int n){ function
102232 #define sqlite3_malloc macro
[all...]

Completed in 265 milliseconds