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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c15190 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
15201 #define SQLITE_MALLOC(x) malloc(x) macro
[all...]

Completed in 603 milliseconds