Searched refs:bytes_in_use_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dfenced_allocator.h91 size_t bytes_in_use() const { return bytes_in_use_; }
145 size_t bytes_in_use_; member in class:gpu::FencedAllocator
H A Dfenced_allocator.cc41 bytes_in_use_(0) {
101 bytes_in_use_ -= block.size;
113 bytes_in_use_ -= block.size;
231 bytes_in_use_ += size;

Completed in 255 milliseconds