HomeSort by relevance Sort by last modified time
    Searched defs:bytes_used_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/common/dom_storage/
dom_storage_map.h 45 size_t bytes_used() const { return bytes_used_; }
58 size_t bytes_used_; member in class:content::DOMStorageMap
  /external/chromium_org/media/formats/webm/
cluster_builder.h 57 int bytes_used_; member in class:media::ClusterBuilder
  /external/chromium_org/net/tools/flip_server/
ring_buffer.h 92 int bytes_used() const { return bytes_used_; }
102 int bytes_used_; member in class:net::RingBuffer
  /art/runtime/base/
allocator.cc 28 Atomic<uint64_t> TrackedAllocators::bytes_used_[kAllocatorTagCount]; member in class:art::TrackedAllocators
83 uint64_t bytes_used = bytes_used_[i].LoadRelaxed();
allocator.h 79 uint64_t new_bytes = bytes_used_[tag].FetchAndAddSequentiallyConsistent(bytes) + bytes;
83 bytes_used_[tag].FetchAndSubSequentiallyConsistent(bytes);
87 static Atomic<uint64_t> bytes_used_[kAllocatorTagCount]; member in class:art::TrackedAllocators

Completed in 1086 milliseconds