removed the Xmalloc entry
authorceriel <none@none>
Tue, 6 Jan 1987 13:46:48 +0000 (13:46 +0000)
committerceriel <none@none>
Tue, 6 Jan 1987 13:46:48 +0000 (13:46 +0000)
modules/src/Action

index d30d0b0..cf5d774 100644 (file)
@@ -13,10 +13,7 @@ end
 name "memory allocation module"
 dir alloc
 end
-name "fast, wasting malloc"
-dir Xmalloc
-end
-name "fast, memory efficient malloc"
+name "fast, linear time malloc"
 dir malloc
 end
 name "EM messages generation module"