Searched defs:sqlite3_malloc (Results 1 – 8 of 8) sorted by relevance
323 void *sqlite3_malloc(int n){ in sqlite3_malloc() function
304 #define sqlite3_malloc sqlite3_api->malloc macro
328 #define sqlite3_malloc sqlite3_api->malloc macro
18909 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function
20 #define sqlite3_malloc malloc macro
18043 SQLITE_API void *sqlite3_malloc(int n){ in sqlite3_malloc() function