Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.cc204 const uint32_t alloc_overhead_bytes, in RecordAllocations() argument
211 SaturatingMemberAdd(alloc_overhead_bytes, &alloc_overhead_bytes_); in RecordAllocations()
277 alloc_overhead_bytes(-1), in DeathDataSnapshot()
291 int32_t alloc_overhead_bytes, in DeathDataSnapshot() argument
304 alloc_overhead_bytes(alloc_overhead_bytes), in DeathDataSnapshot()
319 alloc_overhead_bytes(death_data.alloc_overhead_bytes()), in DeathDataSnapshot()
337 alloc_overhead_bytes - older.alloc_overhead_bytes, max_allocated_bytes); in Delta()
598 base::saturated_cast<int32_t>(heap_usage.alloc_overhead_bytes), in TallyADeath()
Dtracked_objects.h284 int32_t alloc_overhead_bytes,
306 int32_t alloc_overhead_bytes; member
367 const uint32_t alloc_overhead_bytes,
401 int32_t alloc_overhead_bytes() const { in alloc_overhead_bytes() function
Dtracked_objects_unittest.cc313 EXPECT_EQ(data->alloc_overhead_bytes(), 0); in TEST_F()
324 EXPECT_EQ(data->alloc_overhead_bytes(), kAllocOverheadBytes); in TEST_F()
335 EXPECT_EQ(data->alloc_overhead_bytes(), 2 * kAllocOverheadBytes); in TEST_F()
346 EXPECT_EQ(data->alloc_overhead_bytes(), 3 * kAllocOverheadBytes); in TEST_F()
355 EXPECT_EQ(data->alloc_overhead_bytes(), INT_MAX); in TEST_F()
388 EXPECT_EQ(data->alloc_overhead_bytes(), kAllocOverheadBytes); in TEST_F()
412 data->last_phase_snapshot()->death_data.alloc_overhead_bytes); in TEST_F()
437 EXPECT_EQ(data->alloc_overhead_bytes(), 2 * kAllocOverheadBytes); in TEST_F()
461 data->last_phase_snapshot()->death_data.alloc_overhead_bytes); in TEST_F()
484 snapshot.alloc_overhead_bytes = 950; in TEST_F()
[all …]
/external/libchrome/base/debug/
Dthread_heap_usage_tracker.h31 uint64_t alloc_overhead_bytes; member