[Issue 12387] Mark stdlib malloc and friends as weekly pure

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Mar 17 04:02:01 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12387


Walter Bright <bugzilla at digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|                            |WONTFIX


--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> 2014-03-17 04:02:00 PDT ---
malloc and friends affect global state and therefore are not pure.

The gc is special in that it is allowed to modify global state and yet remain
pure. malloc is not special.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list