HomeSort by relevance Sort by last modified time
    Searched full:new_memory_bytes (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/resources/
prioritized_resource_manager.cc 92 size_t new_memory_bytes = memory_bytes + (*it)->bytes(); local
93 if (new_memory_bytes > memory_available_bytes_) {
100 size_t new_memory_bytes = memory_bytes + (*it)->bytes(); local
101 if (new_memory_bytes > memory_available_bytes_) {
105 memory_bytes = new_memory_bytes;
219 size_t new_memory_bytes = memory_above_cutoff_bytes_ + texture->bytes();
220 if (new_memory_bytes > memory_available_bytes_)
223 memory_above_cutoff_bytes_ = new_memory_bytes;

Completed in 70 milliseconds