The Pedigree Project  0.1
Public Attributes | List of all members
sqlite3_mem_methods Struct Reference
+ Collaboration diagram for sqlite3_mem_methods:

Public Attributes

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

Detailed Description

Definition at line 1802 of file sqlite3.c.


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