Searched refs:maxmem (Results 1 – 4 of 4) sorted by relevance
119 unsigned long maxmem; /* max. memory in this mode */ member
127 static int maxmem = 0; variable348 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem); in OOM()364 if (xmlMemUsed() > maxmem) { in myMallocFunc()379 if (xmlMemUsed() > maxmem) { in myReallocFunc()394 if (xmlMemUsed() > maxmem) { in myStrdupFunc()3347 if (sscanf(argv[i], "%d", &maxmem) == 1) { in main()3351 maxmem = 0; in main()
129 "--enable-maxmem=N" where N is the default maxmemory limit in megabytes.