Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c20322 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
20334 #define SQLITE_MALLOC(x) malloc(x) macro

Completed in 429 milliseconds