aboutsummaryrefslogtreecommitdiffstats
path: root/src/platform/macos/rust-task_info
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-085-151/+0
|
* Enable 32bit builds.Jack Moffitt2014-08-141-2/+2
| | | | You specify a 32bit build by setting --target on configure.
* Upgrade Rust.Jack Moffitt2014-08-023-7/+5
|
* Add a `task_info` crate and a `task_basic_info` module within it.Nicholas Nethercote2014-07-085-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.