Searched refs:retain_max (Results 1 – 3 of 3) sorted by relevance
116 CallstackMaxAllocations retain_max; member287 alloc.callstack_allocations()->value.retain_max.cur += alloc.sample_size; in AddToCallstackAllocations()288 alloc.callstack_allocations()->value.retain_max.cur_count++; in AddToCallstackAllocations()296 alloc.callstack_allocations()->value.retain_max.max = in AddToCallstackAllocations()297 alloc.callstack_allocations()->value.retain_max.cur; in AddToCallstackAllocations()298 alloc.callstack_allocations()->value.retain_max.max_count = in AddToCallstackAllocations()299 alloc.callstack_allocations()->value.retain_max.cur_count; in AddToCallstackAllocations()306 csa.value.retain_max.max = csa.value.retain_max.cur; in AddToCallstackAllocations()307 csa.value.retain_max.max_count = csa.value.retain_max.cur_count; in AddToCallstackAllocations()323 alloc.callstack_allocations()->value.retain_max.cur -= alloc.sample_size; in SubtractFromCallstackAllocations()[all …]
60 sample->set_self_max(alloc.value.retain_max.max); in WriteAllocation()61 sample->set_self_max_count(alloc.value.retain_max.max_count); in WriteAllocation()
172 return alloc.value.retain_max.max; in GetMaxForTesting()190 return alloc.value.retain_max.max_count; in GetMaxCountForTesting()