Home
last modified time | relevance | path

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

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