From ec678ff800f1a868fd1a29d3cae57a381bdc2061 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 6 Jan 1987 13:46:48 +0000 Subject: [PATCH] removed the Xmalloc entry --- modules/src/Action | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/src/Action b/modules/src/Action index d30d0b021..cf5d774ef 100644 --- a/modules/src/Action +++ b/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" -- 2.34.1