Lines Matching refs:maxmem
127 static int maxmem = 0;
348 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
364 if (xmlMemUsed() > maxmem) {
379 if (xmlMemUsed() > maxmem) {
394 if (xmlMemUsed() > maxmem) {
3022 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3344 else if ((!strcmp(argv[i], "-maxmem")) ||
3345 (!strcmp(argv[i], "--maxmem"))) {
3347 if (sscanf(argv[i], "%d", &maxmem) == 1) {
3351 maxmem = 0;
3654 if ((!strcmp(argv[i], "-maxmem")) ||
3655 (!strcmp(argv[i], "--maxmem"))) {