servo/components/net
modal-d17 af445a357d Measure cache memory usage (#19251):
Made the memory cache data structure derive MallocSizeOf, along with
manual size_of() implementations in malloc_size_of.

Added a Measurable struct that acts as a container for fields size_of() can be called for.

Added a new IpcReceiver used for listening to messages from the memory profiler,
and used run_with_memory reporting to register a memory reporter in the thread.
Now when a message from the memory profiler arrives, report includes sizes of public and private http caches.

Updated test file.
2018-04-01 13:30:57 -04:00
..
fetch Use specific assertion for net fetch methods 2018-01-26 01:30:31 +08:00
tests Measure cache memory usage (#19251): 2018-04-01 13:30:57 -04:00
blob_loader.rs Remove unused part of the return value of parse_blob_url(). 2017-01-30 15:16:27 +01:00
Cargo.toml Measure cache memory usage (#19251): 2018-04-01 13:30:57 -04:00
chrome_loader.rs Removed util. 2016-12-14 18:04:37 -06:00
connector.rs Dedupe lazy_static 2018-03-23 18:14:20 +01:00
cookie.rs Implement secure and host cookie prefixes 2017-11-21 19:15:58 -08:00
cookie_storage.rs Upgrade to rustc 1.21.0-nightly (13d94d5fa 2017-08-10) 2017-08-15 14:10:44 +02:00
data_loader.rs Replace use of rustc_serialize::base64 by base64 2017-03-26 14:15:31 +02:00
filemanager_thread.rs Prevent an unused import warning on non desktop platforms 2017-12-02 19:29:55 -08:00
hosts.rs Replace parse-hosts crate with 10 lines of code. 2017-11-28 16:19:29 +01:00
hsts.rs Fix indentation errors in servo rust code that tidy now finds. 2017-04-18 14:56:13 -04:00
http_cache.rs Measure cache memory usage (#19251): 2018-04-01 13:30:57 -04:00
http_loader.rs Bump env_logger to 0.5 and log to 0.4 in every servo crate 2018-03-28 19:50:58 +02:00
image_cache.rs Update WR (accelerated webgl fix on mac, line decoration optimizations). 2018-03-23 07:58:31 +10:00
lib.rs Measure cache memory usage (#19251): 2018-04-01 13:30:57 -04:00
mime_classifier.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
resource_thread.rs Measure cache memory usage (#19251): 2018-04-01 13:30:57 -04:00
storage_thread.rs Removed util. 2016-12-14 18:04:37 -06:00
subresource_integrity.rs Fix commonmark Markdown warnings in docs, part 1 2017-10-17 11:24:57 -07:00
websocket_loader.rs Update servo-websocket to 0.21 2018-03-15 02:05:00 +01:00