Xref: utzoo comp.lang.c:23237 comp.std.c:1945 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!uakari.primate.wisc.edu!aplcen!haven!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn) Newsgroups: comp.lang.c,comp.std.c Subject: Re: Another malloc question Message-ID: <11403@smoke.BRL.MIL> Date: 24 Oct 89 20:19:55 GMT References: <428@cpsolv.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 13 In article <428@cpsolv.UUCP> rhg@cpsolv.uucp (Richard H. Gumpertz) writes: >The current standard seems to prohibit malloc from special-casing requests >for less than size X and returning only even alignment. Right. >Is this overkill in the language of the standard? No, "simplicity" would be a better word. Nobody thought there would be sufficient gain in the real world (as opposed to your hypothetical 32-byte aligned machine) to be worth the added complexity.