SQLite Forum

How do I use sqlite3_malloc in Sqlite
Login
Good day, how do I use the following:
SQLite uses the malloc(), realloc(), and free() 

I have read the below but do not know how to incorporate it with an actual SQl statement. Say for example, I would like to use malloc with inserting data, how would do this? I have not seen any example.

https://www.sqlite.org/malloc.html
sqlite3_malloc(N) etc


thanks for your time and consideration.