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.h397 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c1389 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1943 ** [sqlite3_malloc()] and the result is stored in the char* variable
2003 ** written into memory obtained from [sqlite3_malloc()]. The caller should
2590 ** Every memory allocation request coming in through [sqlite3_malloc()]
2750 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
2755 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
2758 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
3001 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
3496 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3529 ** results into memory obtained from [sqlite3_malloc()]
25394 SQLITE_API void *sqlite3_malloc(int n){ function
113662 #define sqlite3_malloc macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h397 #define sqlite3_malloc sqlite3_api->malloc macro
H A Dsqlite3.c1389 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
1943 ** [sqlite3_malloc()] and the result is stored in the char* variable
2003 ** written into memory obtained from [sqlite3_malloc()]. The caller should
2590 ** Every memory allocation request coming in through [sqlite3_malloc()]
2750 ** to satisfy page cache needs, falling back to [sqlite3_malloc()] if
2755 ** from [sqlite3_malloc()] sufficient for N cache lines if N is positive or
2758 ** allocation, then SQLite goes to [sqlite3_malloc()] separately for each
3001 ** lookaside buffer itself using [sqlite3_malloc()]. ^The second argument is the
3496 ** [sqlite3_malloc()] happens within sqlite3_get_table(), the calling
3529 ** results into memory obtained from [sqlite3_malloc()]
25394 SQLITE_API void *sqlite3_malloc(int n){ function
113662 #define sqlite3_malloc macro
[all...]

Completed in 498 milliseconds