Home
last modified time | relevance | path

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

/third_party/sqlite/include/
Dsqlite3.h1725 void *(*xMalloc)(int); /* Memory allocation function */ member
/third_party/sqlite/src/
Dsqlite3.c2035 void *(*xMalloc)(int); /* Memory allocation function */ member