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

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

Completed in 28 milliseconds