Home | History | Annotate | Download | only in dist

Lines Matching refs:Memory

335 ** the text in memory obtained from malloc() and returns a pointer
424 int statsOn; /* True to display memory stats before each finalize */
885 fprintf(stderr,"Error: out of memory\n");
898 /* zIn is either a pointer to a NULL-terminated string in memory obtained
900 ** added to zIn, and the result returned in memory obtained from malloc().
1014 ** Display memory stats.
1028 fprintf(pArg->out, "Memory Used: %d (max %d) bytes\n", iCur, iHiwtr);
1768 fprintf(stderr, "Error: out of memory\n");
1785 fprintf(stderr, "Error: out of memory\n");
1811 fprintf(stderr, "Error: out of memory\n");
2557 fprintf(stderr, "Error: out of memory\n");
2567 fprintf(stderr,"Error: out of memory\n");
2703 fprintf(stderr,"%s: Error: out of memory\n",Argv0);
2744 " -stats print memory stats before each finalize\n"
2877 data.zDbFilename = ":memory:";