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

  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h 87 size_t bytes_in_use() const { return bytes_in_use_; } function in class:gpu::FencedAllocator
250 size_t bytes_in_use() const { return allocator_.bytes_in_use(); } function in class:gpu::FencedAllocatorWrapper
mapped_memory.h 98 size_t bytes_in_use() const { function in class:gpu::MemoryChunk
99 return allocator_.bytes_in_use();
mapped_memory.cc 50 total_bytes_in_use += chunk->bytes_in_use();
  /external/chromium_org/chrome/browser/extensions/api/storage/
storage_api.cc 203 size_t bytes_in_use = 0; local
207 bytes_in_use = storage->GetBytesInUse();
213 bytes_in_use = storage->GetBytesInUse(as_string);
221 bytes_in_use = storage->GetBytesInUse(as_string_list);
230 SetResult(new base::FundamentalValue(static_cast<int>(bytes_in_use)));
  /external/e2fsprogs/lib/blkid/
probe.h 474 __u32 bytes_in_use; member in struct:master_file_table_record

Completed in 224 milliseconds