STATUS_MALLOC_SIZE top-level constant
int
const STATUS_MALLOC_SIZE
This parameter records the largest memory allocation request handed to sqlite3_malloc() or sqlite3_realloc() (or their internal equivalents).
Only the value returned in the *pHighwater parameter to sqlite3_status() is of interest. The value written into the *pCurrent parameter is undefined.
Implementation
const STATUS_MALLOC_SIZE = 5;