Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -55/+0 |
| | |||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Add a `task_info` crate and a `task_basic_info` module within it. | Nicholas Nethercote | 2014-07-08 | 1 | -0/+55 |
The crate provides an interface to the Mac-specific `task_info()` function in general, and the module provides an interface to the TASK_BASIC_INFO flavor. Currently only the `virtual_size` and `resident_size` values of the `task_basic_info` struct are exposed, but there's obvious room for expansion. This is used to implement the -m measurements on Mac. |