Searched refs:sqlite_nMalloc (Results 1 – 3 of 3) sorted by relevance
39 int sqlite_nMalloc; /* Number of sqliteMalloc() calls */ variable78 sqlite_nMalloc++; in sqliteMalloc_()
204 extern int sqlite_nMalloc; /* Number of sqliteMalloc() calls */
603 sprintf(zBuf, "%d %d %d", sqlite_nMalloc, sqlite_nFree, sqlite_iMallocFail); in sqlite_malloc_stat()