From: Ben Pfaff Date: Thu, 23 Sep 2004 00:58:29 +0000 (+0000) Subject: Rewrite page allocator to support multi-page allocations. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8382bdd7884a6d38f7529e0517dd9a7083f4ce73;hp=8382bdd7884a6d38f7529e0517dd9a7083f4ce73;p=pintos-anon Rewrite page allocator to support multi-page allocations. Change interface to reflect it, update references. Make malloc() and free() willing to handle big blocks. ---