From 78ca2a83a7d1c576453ea8eceb897f19a2d401ee Mon Sep 17 00:00:00 2001 From: panicbit Date: Sun, 9 Jul 2017 21:32:29 +0200 Subject: ctr-std: Add heap allocator shim --- ctr-std/src/sys/unix/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ctr-std/src/sys/unix/mod.rs') diff --git a/ctr-std/src/sys/unix/mod.rs b/ctr-std/src/sys/unix/mod.rs index 4ac7a22..df2be06 100644 --- a/ctr-std/src/sys/unix/mod.rs +++ b/ctr-std/src/sys/unix/mod.rs @@ -29,6 +29,7 @@ pub mod thread; pub mod rand; pub mod thread_local; pub mod time; +pub mod alloc; #[cfg(not(test))] pub fn init() { -- cgit v1.2.3