Remove barely used, incomplete and unnecessary memory management lib
commit4150e87d14fc5745780c1090f7d55547c5f66007
authorAndreas Ericsson <ae@op5.se>
Wed, 25 Aug 2010 13:01:16 +0000 (25 15:01 +0200)
committerAndreas Ericsson <ae@op5.se>
Wed, 25 Aug 2010 13:01:16 +0000 (25 15:01 +0200)
treecbdfaee764577993a92f8330726f5c9b526c460d
parenta0db29c6484299099ae92ccfd6d7f14b546489b2
Remove barely used, incomplete and unnecessary memory management lib

Replacing a calloc() call with a cget_arena() thing when we weren't
even refcounting to handle garbagecollecting is stupid in the
extreme. We're far better off just using plain calloc() instead.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Makefile
mm.c [deleted file]
mm.h [deleted file]
utils.c
utils.h