Lines Matching full:sqlite3_mem_methods
1044 typedef struct sqlite3_mem_methods sqlite3_mem_methods;
1045 struct sqlite3_mem_methods {
1114 ** instance of the [sqlite3_mem_methods] structure. The argument specifies
1117 ** its own private copy of the content of the [sqlite3_mem_methods] structure
1122 ** instance of the [sqlite3_mem_methods] structure. The [sqlite3_mem_methods]
1249 #define SQLITE_CONFIG_MALLOC 4 /* sqlite3_mem_methods* */
1250 #define SQLITE_CONFIG_GETMALLOC 5 /* sqlite3_mem_methods* */
4995 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^