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