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

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest6.c159 static void *crash_malloc(int nByte){ function
320 zGarbage = crash_malloc(g.iSectorSize);
368 pNew = (WriteBuffer *)crash_malloc(sizeof(WriteBuffer) + nBuf);
607 pWrapper->zData = crash_malloc(pWrapper->nData);

Completed in 664 milliseconds