Searched refs:maxmem (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Dmemanalyze.pl55 my $maxmem;
61 if($newtot > $maxmem) {
62 $maxmem= $newtot;
384 print "Maximum allocated: $maxmem\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dinit.c197 unsigned long maxmem = 0; local
203 maxmem = simple_strtoul(q, &q, 0);
205 maxmem <<= 10;
208 maxmem <<= 20;
212 __max_memory = maxmem;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvga16fb.c346 u32 maxmem; local
356 maxmem = 16384;
361 maxmem = 65536;
369 maxmem = 65536;
372 maxmem = 16384;
429 if (vxres * vyres > maxmem) {
430 vyres = maxmem / vxres;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmllint.c126 static int maxmem = 0; variable
339 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
355 if (xmlMemUsed() > maxmem) {
370 if (xmlMemUsed() > maxmem) {
385 if (xmlMemUsed() > maxmem) {
2870 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3171 else if ((!strcmp(argv[i], "-maxmem")) ||
3172 (!strcmp(argv[i], "--maxmem"))) {
3174 if (sscanf(argv[i], "%d", &maxmem) == 1) {
3178 maxmem
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Dconfigure1580 --enable-maxmem=N enable use of temp files, set max mem usage to N MB
14608 # If no "-enable-maxmem", use jmemnobs
14611 # Check whether --enable-maxmem was given.
14621 { { $as_echo "$as_me:$LINENO: error: non-numeric argument to --enable-maxmem" >&5
14622 $as_echo "$as_me: error: non-numeric argument to --enable-maxmem" >&2;}

Completed in 208 milliseconds