Home | History | Annotate | Download | only in libxml2

Lines Matching defs:memory

119     XMLLINT_ERR_MEM		/* Out of memory error */
168 static int memory = 0;
332 * Memory allocation consumption debugging *
339 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
1813 if (memory) {
1959 if (memory) {
2103 else if ((html) && (memory)) {
2216 } else if (memory) {
2456 if (memory) {
2826 printf("\t--debug : dump a debug tree of the in-memory document\n");
2870 printf("\t--memory : parse from memory\n");
2872 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3084 else if ((!strcmp(argv[i], "-memory")) ||
3085 (!strcmp(argv[i], "--memory")))
3086 memory++;