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

  /external/chromium_org/gpu/command_buffer/client/
fenced_allocator.h 91 size_t bytes_in_use() const { return bytes_in_use_; } function in class:gpu::FencedAllocator
256 size_t bytes_in_use() const { return allocator_.bytes_in_use(); } function in class:gpu::FencedAllocatorWrapper
mapped_memory.h 106 size_t bytes_in_use() const { function in class:gpu::MemoryChunk
107 return allocator_.bytes_in_use();
173 size_t bytes_in_use() const { function in class:gpu::MappedMemoryManager
174 size_t bytes_in_use = 0; local
177 bytes_in_use += chunk->bytes_in_use();
179 return bytes_in_use;
  /external/e2fsprogs/lib/blkid/
probe.h 475 __u32 bytes_in_use; member in struct:master_file_table_record

Completed in 88 milliseconds