August 2010
Intermediate to advanced
526 pages
23h 39m
English
SQLITE_ZERO_MALLOC — Disable memory allocator
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.
Read now
Unlock full access