Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest6.c163 static void *crash_malloc(int nByte){ in crash_malloc() function
324 zGarbage = crash_malloc(g.iSectorSize); in writeListSync()
372 pNew = (WriteBuffer *)crash_malloc(sizeof(WriteBuffer) + nBuf); in writeListAppend()
637 pWrapper->zData = crash_malloc(pWrapper->nData); in cfOpen()