removed the Xmalloc entry

This commit is contained in:
ceriel 1987-01-06 13:46:48 +00:00
parent 37e693b91a
commit 6942ec9a85

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