Searched defs:SQLITE_MALLOC (Results 1 – 1 of 1) sorted by relevance
16069 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro16081 #define SQLITE_MALLOC(x) malloc(x) macro