Home
last modified time | relevance | path

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

/art/runtime/gc/
Dallocation_record.cc60 char recentAllocMaxString[PROPERTY_VALUE_MAX]; in SetProperties() local
61 if (property_get(propertyName, recentAllocMaxString, "") > 0) { in SetProperties()
63 size_t value = strtoul(recentAllocMaxString, &end, 10); in SetProperties()
65 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()
68 LOG(ERROR) << "Ignoring " << propertyName << " '" << recentAllocMaxString in SetProperties()