Home
last modified time | relevance | path

Searched refs:tmLsmRealloc (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c327 static void *tmLsmRealloc(void *ptr, int n){ return realloc(ptr, n); } in tmLsmRealloc() function
348 pGlobal->xRealloc = tmLsmRealloc; in testMallocInstall()