Home | History | Annotate | Download | only in libxml2

Lines Matching defs:memory

103     XMLLINT_ERR_MEM = 9,	/* Out of memory error */
158 static int memory = 0;
326 * Memory allocation consumption debugging *
333 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
1820 if (memory) {
1971 if (memory) {
2083 fprintf(stderr, "Out of memory for XPath\n");
2137 fprintf(stderr, "Out of memory for XPath\n");
2216 else if ((html) && (memory)) {
2336 } else if (memory) {
2604 if (memory) {
2985 fprintf(f, "\t--debug : dump a debug tree of the in-memory document\n");
3032 fprintf(f, "\t--memory : parse from memory\n");
3034 fprintf(f, "\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3100 fprintf(stderr, "Out of memory in xmllint:registerNode()\n");
3271 else if ((!strcmp(argv[i], "-memory")) ||
3272 (!strcmp(argv[i], "--memory")))
3273 memory++;