HomeSort by relevance Sort by last modified time
    Searched refs:alloc_ops (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/debug/
thread_heap_usage_tracker.h 24 uint64_t alloc_ops; member in struct:base::debug::ThreadHeapUsage
  /external/libchrome/base/
tracked_objects.h 280 int32_t alloc_ops,
302 int32_t alloc_ops; member in struct:tracked_objects::DeathDataSnapshot
353 // Update stats for a task destruction that performed |alloc_ops|
358 // Note that |alloc_overhead_bytes|/|alloc_ops| yields the average estimated
359 // heap overhead of allocations in the task, and |allocated_bytes|/|alloc_ops|
363 void RecordAllocations(const uint32_t alloc_ops,
391 int32_t alloc_ops() const { function in class:tracked_objects::DeathData
    [all...]
tracked_objects.cc 200 void DeathData::RecordAllocations(const uint32_t alloc_ops,
207 SaturatingMemberAdd(alloc_ops, &alloc_ops_);
273 alloc_ops(-1),
287 int32_t alloc_ops,
300 alloc_ops(alloc_ops),
315 alloc_ops(death_data.alloc_ops()),
334 queue_duration_sample, alloc_ops - older.alloc_ops,
    [all...]
tracked_objects_unittest.cc 309 EXPECT_EQ(data->alloc_ops(), 0);
320 EXPECT_EQ(data->alloc_ops(), kAllocOps);
331 EXPECT_EQ(data->alloc_ops(), 2 * kAllocOps);
342 EXPECT_EQ(data->alloc_ops(), 3 * kAllocOps);
351 EXPECT_EQ(data->alloc_ops(), INT_MAX);
384 EXPECT_EQ(data->alloc_ops(), kAllocOps);
406 EXPECT_EQ(kAllocOps, data->last_phase_snapshot()->death_data.alloc_ops);
433 EXPECT_EQ(data->alloc_ops(), 2 * kAllocOps);
455 EXPECT_EQ(kAllocOps, data->last_phase_snapshot()->death_data.alloc_ops);
480 snapshot.alloc_ops = 95
    [all...]

Completed in 130 milliseconds