Ensure that memory::init is only called once

This commit is contained in:
Philipp Oppermann
2016-04-11 22:17:58 +02:00
parent cea73b3ab9
commit fbc1c60164
3 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ authors = ["Philipp Oppermann <dev@phil-opp.com>"]
crate-type = ["staticlib"]
[dependencies]
once = "0.2.1"
rlibc = "0.1.4"
spin = "0.3.4"
bump_allocator = {path="libs/bump_allocator"}