Browse Source

removed the Xmalloc entry

ceriel 37 years ago
parent
commit
ec678ff800
1 changed files with 1 additions and 4 deletions
  1. 1 4
      modules/src/Action

+ 1 - 4
modules/src/Action

@@ -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"