Home | History | Annotate | Download | only in orig

Lines Matching refs:Memory

330 ** the text in memory obtained from malloc() and returns a pointer
419 int statsOn; /* True to display memory stats before each finalize */
880 fprintf(stderr,"Error: out of memory\n");
893 /* zIn is either a pointer to a NULL-terminated string in memory obtained
895 ** added to zIn, and the result returned in memory obtained from malloc().
1009 ** Display memory stats.
1023 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1749 fprintf(stderr, "Error: out of memory\n");
1766 fprintf(stderr, "Error: out of memory\n");
1792 fprintf(stderr, "Error: out of memory\n");
2538 fprintf(stderr, "Error: out of memory\n");
2548 fprintf(stderr,"Error: out of memory\n");
2684 fprintf(stderr,"%s: Error: out of memory\n",Argv0);
2725 " -stats print memory stats before each finalize\n"
2858 data.zDbFilename = ":memory:";