Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest_mem.c61 void (*xHook)(void *); member
125 if( pTm->xHook ) pTm->xHook(pTm->pHookCtx); in tmMalloc()
232 void (*xHook)(void *), in tmMallocOom()
239 pTm->xHook = xHook; in tmMallocOom()
399 void (*xHook)(void *), in testMallocOom()
403 tmMallocOom(pTm, nCountdown, bPersist, xHook, pHookCtx); in testMallocOom()