Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.h37 void *(*xMalloc)(int); /* malloc() function to use */ member
H A Dfts1_hash.h37 void *(*xMalloc)(int); /* malloc() function to use */ member
/sqlite-3.40.0/ext/lsm1/
H A Dlsm.h72 void *(*xMalloc)(lsm_env*, size_t); /* malloc(3) function */ member
/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c38 void *(*xMalloc)(int); /* underlying malloc(3) function */ member
/sqlite-3.40.0/src/
H A Dsqlite.h.in1755 void *(*xMalloc)(int); /* Memory allocation function */ member