Searched defs:bytes_purgable (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.cc76 size_t bytes_purgable = info.bytes; local
77 DCHECK_LE(bytes_purgable, bytes_allocated_);
78 bytes_allocated_ -= bytes_purgable;
193 size_t bytes_purgable = info->bytes; local
194 DCHECK_LE(bytes_purgable, bytes_allocated_);
195 bytes_allocated_ -= bytes_purgable;

Completed in 252 milliseconds