Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c17073 #define SQLITE_MALLOC(x) malloc_zone_malloc(_sqliteZone_, (x)) macro
17085 #define SQLITE_MALLOC(x) malloc(x) macro

Completed in 286 milliseconds