SQLite Forum

How do I use sqlite3_malloc in Sqlite
Login
You do not use those functions from SQL. You might use them within C code that uses the SQLite library by linking to it. You may want to consult some C tutorials.