Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/
H A DAndroidRuntime.cpp643 char heapmaxfreeOptsBuf[sizeof("-XX:HeapMaxFree=")-1 + PROPERTY_VALUE_MAX]; in startVm() local
833 parseRuntimeOption("dalvik.vm.heapmaxfree", heapmaxfreeOptsBuf, "-XX:HeapMaxFree="); in startVm()