Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.cc205 const uint32_t max_allocated_bytes) { in RecordAllocations() argument
213 int32_t max = base::saturated_cast<int32_t>(max_allocated_bytes); in RecordAllocations()
278 max_allocated_bytes(-1) {} in DeathDataSnapshot()
292 int32_t max_allocated_bytes) in DeathDataSnapshot() argument
305 max_allocated_bytes(max_allocated_bytes) {} in DeathDataSnapshot()
320 max_allocated_bytes(death_data.max_allocated_bytes()) {} in DeathDataSnapshot()
337 alloc_overhead_bytes - older.alloc_overhead_bytes, max_allocated_bytes); in Delta()
599 base::saturated_cast<int32_t>(heap_usage.max_allocated_bytes)); in TallyADeath()
Dtracked_objects.h285 int32_t max_allocated_bytes);
307 int32_t max_allocated_bytes; member
368 const uint32_t max_allocated_bytes);
404 int32_t max_allocated_bytes() const { in max_allocated_bytes() function
Dtracked_objects_unittest.cc314 EXPECT_EQ(data->max_allocated_bytes(), 0); in TEST_F()
325 EXPECT_EQ(data->max_allocated_bytes(), kMaxAllocatedBytes); in TEST_F()
336 EXPECT_EQ(data->max_allocated_bytes(), kMaxAllocatedBytes); in TEST_F()
347 EXPECT_EQ(data->max_allocated_bytes(), kLargerMaxAllocatedBytes); in TEST_F()
356 EXPECT_EQ(data->max_allocated_bytes(), INT_MAX); in TEST_F()
389 EXPECT_EQ(data->max_allocated_bytes(), kMaxAllocatedBytes); in TEST_F()
414 data->last_phase_snapshot()->death_data.max_allocated_bytes); in TEST_F()
438 EXPECT_EQ(data->max_allocated_bytes(), kMaxAllocatedBytes); in TEST_F()
463 data->last_phase_snapshot()->death_data.max_allocated_bytes); in TEST_F()
485 snapshot.max_allocated_bytes = 10240; in TEST_F()
[all …]
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.h44 uint64_t max_allocated_bytes; member