Home
last modified time | relevance | path

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

/sqlite-3.40.0/test/
H A Dfuzzcheck.c629 static void*(*defaultMalloc)(int) = 0; /* The low-level malloc routine */ variable
661 return defaultMalloc(nByte); in oomMalloc()
670 defaultMalloc = mem.xMalloc; in registerOomSimulator()