Round hashglobe allocations up to the nearest page size.

MozReview-Commit-ID: 34KFtcwCkBB
This commit is contained in:
Bobby Holley 2017-09-26 20:57:20 -07:00
parent 98f370130d
commit ef042899d2
8 changed files with 29 additions and 1 deletions

View file

@ -17,6 +17,7 @@ cssparser = "0.21.1"
env_logger = "0.4"
euclid = "0.15"
geckoservo = {path = "../../../ports/geckolib"}
hashglobe = {path = "../../../components/hashglobe"}
libc = "0.2"
log = {version = "0.3.5", features = ["release_max_level_info"]}
malloc_size_of = {path = "../../../components/malloc_size_of"}

View file

@ -6,6 +6,7 @@ extern crate atomic_refcell;
extern crate cssparser;
extern crate env_logger;
extern crate geckoservo;
extern crate hashglobe;
#[macro_use] extern crate log;
extern crate malloc_size_of;
extern crate selectors;