MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / sqlite3_mem_methods

Class sqlite3_mem_methods

deps/sqlite3/sqlite3.h:1813–1813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811** call to xShutdown().
1812*/
1813typedef struct sqlite3_mem_methods sqlite3_mem_methods;
1814struct sqlite3_mem_methods {
1815 void *(*xMalloc)(int); /* Memory allocation function */
1816 void (*xFree)(void*); /* Free a prior allocation */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected