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