Home
last modified time | relevance | path

Searched refs:sqlite_nMalloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c39 int sqlite_nMalloc; /* Number of sqliteMalloc() calls */ variable
78 sqlite_nMalloc++; in sqliteMalloc_()
H A DsqliteInt.h204 extern int sqlite_nMalloc; /* Number of sqliteMalloc() calls */
H A Dtest1.c603 sprintf(zBuf, "%d %d %d", sqlite_nMalloc, sqlite_nFree, sqlite_iMallocFail); in sqlite_malloc_stat()