Disables the memory allocator and replaces it with a stub
allocator. This stub allocator always fails, making the SQLite
library unusable. An application can provide its own memory
management functions and scratch memory blocks at library
startup using the sqlite3_config()
API. This build option allows
SQLite to be built on platforms that do not have native memory
management routines.