Searched defs:sqliteMalloc (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dutil.c42 int sqlite_nMalloc; /* Number of sqliteMalloc() calls */
44 int sqlite_iMallocFail; /* Fail sqliteMalloc() after this many calls */
95 ** Check to see if the given pointer was obtained from sqliteMalloc()
117 ** Free memory previously obtained from sqliteMalloc()
150 ** works just like sqliteMalloc(). If n==0, then this routine
224 ** Make a copy of a string in memory obtained from sqliteMalloc()
255 void *sqliteMalloc(int n){ function
267 ** no memory is available. See also sqliteMalloc().
278 ** Free memory previously obtained from sqliteMalloc()
288 ** works just like sqliteMalloc()
[all...]
H A DsqliteInt.h184 # define sqliteMalloc(X) sqliteMalloc_(X,1,__FILE__,__LINE__) macro
207 extern int sqlite_nMalloc; /* Number of sqliteMalloc() calls */
209 extern int sqlite_iMallocFail; /* Fail sqliteMalloc() after this many calls */
1116 void *sqliteMalloc(int);

Completed in 29 milliseconds