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

/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c20322 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
20334 #define SQLITE_MALLOC(x) malloc(x) macro
[all...]

Completed in 866 milliseconds