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

  /external/libchrome/base/
tracked_objects.h 402 return base::subtle::NoBarrier_Load(&alloc_overhead_bytes_);
458 base::subtle::Atomic32 alloc_overhead_bytes_; member in class:tracked_objects::DeathData
    [all...]
tracked_objects.cc 115 alloc_overhead_bytes_(0),
132 alloc_overhead_bytes_(other.alloc_overhead_bytes_),
211 SaturatingMemberAdd(alloc_overhead_bytes, &alloc_overhead_bytes_);
    [all...]

Completed in 193 milliseconds