Public Attributes

sqlite3_mem_methods Struct Reference

#include <sqlite3.h>

Collaboration diagram for sqlite3_mem_methods:

List of all members.

Public Attributes

void * pAppData
void(* xFree )(void *)
int(* xInit )(void *)
void *(* xMalloc )(int)
void *(* xRealloc )(void *, int)
int(* xRoundup )(int)
void(* xShutdown )(void *)
int(* xSize )(void *)

Member Data Documentation

void(* sqlite3_mem_methods::xFree)(void *)
void*(* sqlite3_mem_methods::xRealloc)(void *, int)

The documentation for this struct was generated from the following file: