From: ceriel Date: Tue, 6 Jan 1987 13:46:48 +0000 (+0000) Subject: removed the Xmalloc entry X-Git-Tag: release-5-5~5062 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=ec678ff800f1a868fd1a29d3cae57a381bdc2061;p=ack.git removed the Xmalloc entry --- 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"