Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc44 char allocMaxString[PROPERTY_VALUE_MAX]; in SetProperties() local
45 if (property_get(propertyName, allocMaxString, "") > 0) { in SetProperties()
47 size_t value = strtoul(allocMaxString, &end, 10); in SetProperties()
49 LOG(ERROR) << "Ignoring " << propertyName << " '" << allocMaxString in SetProperties()