Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 5 | -151/+0 |
| | |||||
* | Enable 32bit builds. | Jack Moffitt | 2014-08-14 | 1 | -2/+2 |
| | | | | You specify a 32bit build by setting --target on configure. | ||||
* | Upgrade Rust. | Jack Moffitt | 2014-08-02 | 3 | -7/+5 |
| | |||||
* | Add a `task_info` crate and a `task_basic_info` module within it. | Nicholas Nethercote | 2014-07-08 | 5 | -0/+153 |
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. |