Searched defs:maxmem (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_milan.h119 unsigned long maxmem; /* max. memory in this mode */ member in struct:screeninfo
/external/chromium_org/third_party/libxml/src/
H A Dxmllint.c127 static int maxmem = 0; variable
344 fprintf(stderr, "Ran out of memory needs > %d bytes\n", maxmem);
360 if (xmlMemUsed() > maxmem) {
375 if (xmlMemUsed() > maxmem) {
390 if (xmlMemUsed() > maxmem) {
3005 printf("\t--maxmem nbbytes : limits memory allocation to nbbytes bytes\n");
3315 else if ((!strcmp(argv[i], "-maxmem")) ||
3316 (!strcmp(argv[i], "--maxmem"))) {
3318 if (sscanf(argv[i], "%d", &maxmem) == 1) {
3322 maxmem
[all...]
/external/libxml2/
H A Dxmllint.c127 static int maxmem = 0; variable
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
[all...]

Completed in 101 milliseconds