Public Attributes | List of all members
sqlite3_mem_methods Struct Reference

#include <sqlite3.h>

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 *)
 

Detailed Description

Definition at line 1438 of file sqlite3.c.

Member Data Documentation

void * sqlite3_mem_methods::pAppData

Definition at line 1446 of file sqlite3.c.

void(* sqlite3_mem_methods::xFree)(void *)

Definition at line 1440 of file sqlite3.c.

int(* sqlite3_mem_methods::xInit)(void *)

Definition at line 1444 of file sqlite3.c.

void *(* sqlite3_mem_methods::xMalloc)(int)

Definition at line 1439 of file sqlite3.c.

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

Definition at line 1441 of file sqlite3.c.

int(* sqlite3_mem_methods::xRoundup)(int)

Definition at line 1443 of file sqlite3.c.

void(* sqlite3_mem_methods::xShutdown)(void *)

Definition at line 1445 of file sqlite3.c.

int(* sqlite3_mem_methods::xSize)(void *)

Definition at line 1442 of file sqlite3.c.


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


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:43:42