HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_malloc (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/core/lib/db/
snapfn.cc 122 static_cast<char*>(sqlite3_malloc(static_cast<int>(output_size)));
185 static_cast<char*>(sqlite3_malloc(static_cast<int>(output_size)));
  /external/sqlite/dist/orig/
sqlite3ext.h 397 #define sqlite3_malloc sqlite3_api->malloc macro
shell.c 1189 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
    [all...]
sqlite3.h 365 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
    [all...]
sqlite3.c 25394 SQLITE_API void *sqlite3_malloc(int n){ function
113662 #define sqlite3_malloc macro
    [all...]
  /external/sqlite/dist/
sqlite3ext.h 397 #define sqlite3_malloc sqlite3_api->malloc macro
shell.c 1195 LPDIR dirp = (LPDIR)sqlite3_malloc(sizeof(DIR));
    [all...]
sqlite3.h 365 ** from [sqlite3_malloc()] and passed back through the 5th parameter.
    [all...]
sqlite3.c 25394 SQLITE_API void *sqlite3_malloc(int n){ function
113662 #define sqlite3_malloc macro
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 20 #define sqlite3_malloc malloc macro
    [all...]

Completed in 225 milliseconds