#include <sqlite3.h>
Definition at line 1438 of file sqlite3.c.
◆ pAppData
| void * sqlite3_mem_methods::pAppData |
◆ xFree
| void(* sqlite3_mem_methods::xFree)(void *) |
◆ xInit
| int(* sqlite3_mem_methods::xInit)(void *) |
◆ xMalloc
| void *(* sqlite3_mem_methods::xMalloc)(int) |
◆ xRealloc
| void *(* sqlite3_mem_methods::xRealloc)(void *, int) |
◆ xRoundup
| int(* sqlite3_mem_methods::xRoundup)(int) |
◆ xShutdown
| void(* sqlite3_mem_methods::xShutdown)(void *) |
◆ xSize
| int(* sqlite3_mem_methods::xSize)(void *) |
The documentation for this struct was generated from the following files: