servo/components
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
..
canvas Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
compositing Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
devtools Fix warnings introduced in #4852. 2015-02-06 10:51:56 +01:00
devtools_traits Add console message support to devtools. Does not actually cause logging to occur in the remote console. 2015-02-05 21:44:07 +00:00
gfx Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
layout Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
layout_traits Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
msg Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
net Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
plugins Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
script Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
script_traits Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
servo Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
style Allow unused variables, imports, and mutable. 2015-02-09 17:41:57 -05:00
util auto merge of #4858 : nnethercote/servo/mallinfo, r=glennw 2015-02-09 17:30:45 -07:00