Lines Matching full:maxmem
127 static int maxmem = 0;
349 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
365 if (xmlMemUsed() > maxmem) {
380 if (xmlMemUsed() > maxmem) {
395 if (xmlMemUsed() > maxmem) {
3025 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3353 else if ((!strcmp(argv[i], "-maxmem")) ||
3354 (!strcmp(argv[i], "--maxmem"))) {
3356 if (sscanf(argv[i], "%d", &maxmem) == 1) {
3360 maxmem = 0;
3663 if ((!strcmp(argv[i], "-maxmem")) ||
3664 (!strcmp(argv[i], "--maxmem"))) {