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

/frameworks/base/core/jni/
H A DAndroidRuntime.cpp449 char heapmaxfreeOptsBuf[sizeof("-XX:HeapMaxFree=")-1 + PROPERTY_VALUE_MAX]; local
565 strcpy(heapmaxfreeOptsBuf, "-XX:HeapMaxFree=");
566 property_get("dalvik.vm.heapmaxfree", heapmaxfreeOptsBuf+16, "");
567 if (heapmaxfreeOptsBuf[16] != '\0') {
568 opt.optionString = heapmaxfreeOptsBuf;

Completed in 32 milliseconds