Searched refs:heapmaxfreeOptsBuf (Results 1 – 1 of 1) sorted by relevance
457 char heapmaxfreeOptsBuf[sizeof("-XX:HeapMaxFree=")-1 + PROPERTY_VALUE_MAX]; in startVm() local568 strcpy(heapmaxfreeOptsBuf, "-XX:HeapMaxFree="); in startVm()569 property_get("dalvik.vm.heapmaxfree", heapmaxfreeOptsBuf+16, ""); in startVm()570 if (heapmaxfreeOptsBuf[16] != '\0') { in startVm()571 opt.optionString = heapmaxfreeOptsBuf; in startVm()