SavvyUI C++ UI Library
Loading...
Searching...
No Matches
sqlite3_mem_methods Struct Reference

#include <sqlite3.h>

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

Member Data Documentation

◆ 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 file: