From: Scott Wood Date: Sun, 3 Dec 2006 21:52:06 +0000 (-0600) Subject: Remove Mem.AddrSpace.alloc_and_map(); a Mappable that allocates X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=commitdiff_plain;h=166dbb2f95c17d80568102b9f063c472e30d706b;hp=166dbb2f95c17d80568102b9f063c472e30d706b Remove Mem.AddrSpace.alloc_and_map(); a Mappable that allocates anonymous memory should be used instead. Later, add a way to instantiate anonmem mappables with a given set of AllocFlags. ---