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