summaryrefslogtreecommitdiffstats
path: root/components/memory_pressure
Commit message (Expand)AuthorAgeFilesLines
* Implement MemoryPressureMonitor.chrisha2016-01-2911-90/+941
* Add memory pressure monitor for Linux.georgesak2016-01-216-5/+301
* Refactor direct_memory_pressure_calculator.h per platform.georgesak2016-01-116-91/+84
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-268-1/+13
* Use std::default_delete as the default deleter for scoped_ptr.dcheng2015-11-191-0/+1
* Make FilteredMemoryPressureCalculator injected dependencies externally owned.chrisha2015-09-093-153/+145
* Create MemoryPressureStatsCollector.chrisha2015-09-084-0/+389
* Cleanup explicit base dependency from DEPS files of all components that had it.eranm2015-09-041-1/+0
* One more memory_pressure style fixhans2015-08-241-1/+1
* direct_memory_pressure_calculator.h: remove 'virtual'Hans Wennborg2015-08-241-1/+1
* Fix Clang style-plugin errors in memory_pressure componentHans Wennborg2015-08-243-2/+5
* Create MemoryPressure component.chrisha2015-08-2415-0/+1157