Lines Matching full:cold
22 // for marking an allocation cold.
24 "memprof-lifetime-access-density-cold-threshold", cl::init(0.05),
27 "lifetime sec) must be under to consider an allocation cold"));
29 // Lower bound on lifetime to mark an allocation cold (in addition to accesses
32 "memprof-ave-lifetime-cold-threshold", cl::init(200), cl::Hidden,
34 "cold"));
58 return AllocationType::Cold; in getAllocType()
93 if (MDS->getString() == "cold") { in getMIBAllocType()
94 return AllocationType::Cold; in getMIBAllocType()
112 case AllocationType::Cold: in getAllocTypeAttributeString()
113 return "cold"; in getAllocTypeAttributeString()
243 // non-cold allocation type. in buildMIBNodes()
282 // it non-cold allocation type. in buildAndAttachMIBMetadata()