-
- Downloads
implemented allocator
... | @@ -16,6 +16,7 @@ crypto = { path = "libraries/crypto" } | ... | @@ -16,6 +16,7 @@ crypto = { path = "libraries/crypto" } |
byteorder = { version = "1", default-features = false } | byteorder = { version = "1", default-features = false } | ||
arrayref = "0.3.6" | arrayref = "0.3.6" | ||
subtle = { version = "2.2", default-features = false, features = ["nightly"] } | subtle = { version = "2.2", default-features = false, features = ["nightly"] } | ||
linked_list_allocator = { version = "0.8.1", default-features = false } | |||
[features] | [features] | ||
#debug_allocations = ["libtock/debug_allocations"] | #debug_allocations = ["libtock/debug_allocations"] | ||
... | ... |
src/allocator.rs
0 → 100644
Please register or sign in to comment