/art/test/004-NativeAllocations/src/ |
Main.java | 26 static long maxMem = 0; 36 if (nativeBytes > maxMem) { 56 maxMem = Runtime.getRuntime().maxMemory(); 58 int size = (int)(maxMem / 2 / count);
|
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/ |
SDL_xbios_milan.h | 119 unsigned long maxmem; /* max. memory in this mode */ member in struct:screeninfo
|
/external/llvm/utils/Misc/ |
zkill | 185 group.add_option("", "--max-mem", dest="maxMem", metavar="N", 250 if opts.minMem <= float(p.vmem_size) / (1<<20) <= opts.maxMem]
|
/external/jpeg/ |
configure | 19 --enable-maxmem[=N] enable use of temp files, set max mem usage to N MB" [all...] |
install.doc | 129 "--enable-maxmem=N" where N is the default maxmemory limit in megabytes. [all...] |
/external/qemu/distrib/jpeg-6b/ |
configure | 19 --enable-maxmem[=N] enable use of temp files, set max mem usage to N MB" [all...] |
install.doc | 129 "--enable-maxmem=N" where N is the default maxmemory limit in megabytes. [all...] |
/external/chromium_org/third_party/libxml/src/ |
xmllint.c | 127 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) { [all...] |
NEWS | [all...] |
ChangeLog | [all...] |
/external/libxml2/ |
xmllint.c | 127 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) { [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-compiler-api/2.2/ |
plexus-compiler-api-2.2.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-compiler-plugin/0.20.0/ |
tycho-compiler-plugin-0.20.0.jar | |