Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c22811 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
22823 #define SQLITE_MALLOC(x) malloc(x) macro

Completed in 424 milliseconds