sqlite3_mem_methods

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

pAppData
void* pAppData;
Undocumented in source.
xFree
void function(void*) xFree;
Undocumented in source.
xInit
int function(void*) xInit;
Undocumented in source.
xMalloc
void* function(int) xMalloc;
Undocumented in source.
xRealloc
void* function(void*, int) xRealloc;
Undocumented in source.
xRoundup
int function(int) xRoundup;
Undocumented in source.
xShutdown
void function(void*) xShutdown;
Undocumented in source.
xSize
int function(void*) xSize;
Undocumented in source.

Meta