[go: up one dir, main page]

heapsize 0.1.1

Infrastructure for measuring the total runtime size of an object on the heap
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "heapsize"
version = "0.1.1"
authors = [ "The Servo Project Developers" ]
description = "Infrastructure for measuring the total runtime size of an object on the heap"
license = "MPL-2.0"
repository = "https://github.com/servo/heapsize"

[features]
unstable = []

[dependencies]
libc = "0.1"