Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/lsm-test/
H A Dlsmtest6.c30 testMallocOom(p->pEnv, p->iNext, 0, (void (*)(void*))xOomHook, (void *)p); in testOomContinue()
651 testMallocOom(tdb_lsm_env(), 0, 0, 0, 0); in do_test_oom1()
H A Dlsmtest.h155 void testMallocOom(lsm_env *pEnv, int, int, void(*)(void*), void *);
H A Dlsmtest_mem.c395 void testMallocOom( in testMallocOom() function