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