From 2c1ec6771bd09266308686ab13ca32e2aa73da49 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Tue, 17 Aug 2010 23:40:07 -0700 Subject: Lots of changes around memory managment in the Runtime. Added memory regions and fixed race caused by calling rust_srv::malloc() from multiple threads when sending messages. --- src/rt/rust.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/rt/rust.h') diff --git a/src/rt/rust.h b/src/rt/rust.h index 97f5c0d4..3c534c94 100644 --- a/src/rt/rust.h +++ b/src/rt/rust.h @@ -21,11 +21,6 @@ #include "rust_srv.h" -inline void *operator new(size_t size, rust_srv *srv) -{ - return srv->malloc(size); -} - /* * Local Variables: * fill-column: 78; -- cgit v1.2.3