servo/components/util
bors-servo d1c8ed4359 auto merge of #4858 : nnethercote/servo/mallinfo, r=glennw
Although Rust allocations are on the jemalloc heap, allocations done by
Skia and the graphics driver are on the system heap, so it's worth
reporting that as well.

One thing I'm not sure about: I think mallinfo() might be a glibc-only thing, and I'm not sure if `target_os="linux"` implies glibc for Servo. So confirmation of that would be good.
2015-02-09 17:30:45 -07:00
..
deque Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
bloom.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
cache.rs Fix build warnings. 2015-02-03 18:22:27 +01:00
Cargo.toml Lock crates.io dependencies to specific versions. 2015-01-31 01:27:26 +01:00
cursor.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
debug_utils.rs Fix renamed to slice::from_raw_buf warning 2015-01-08 08:51:11 -08:00
dlist.rs gfx: Rewrite display list construction to make stacking-contexts more 2014-11-14 17:31:15 -08:00
fnv.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
geometry.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
lib.rs Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
logical_geometry.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
memory.rs Use mallinfo() to report the system heap size on Linux. 2015-02-05 18:47:49 -08:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
persistent_list.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
range.rs Move RangeIndex to associated types (avoids old impl check) 2015-01-31 15:55:05 +05:30
resource_files.rs Fix android unused import error. 2015-01-09 07:39:29 +10:00
smallvec.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
sort.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
str.rs self import 2015-01-28 13:46:00 +05:30
task.rs add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00
task_state.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
taskpool.rs add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00
tid.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
time.rs add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00
vec.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
workqueue.rs Fix various build warnings. 2015-01-28 20:42:39 +01:00