Searched refs:tmLsmRealloc (Results 1 – 1 of 1) sorted by relevance
327 static void *tmLsmRealloc(void *ptr, int n){ return realloc(ptr, n); } in tmLsmRealloc() function348 pGlobal->xRealloc = tmLsmRealloc; in testMallocInstall()