HomeSort by relevance Sort by last modified time
    Searched full:crash_malloc (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test6.c 159 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 37 milliseconds