ObjFW  Hex Artifact Content

Artifact a14dce520b07d40b7fea7bbd565be827fa2a443968c974b23e53ff38d4659c78:

  • File src/OFObject.m — part of check-in [042a74a6e6] at 2009-05-03 14:48:41 on branch trunk — Don't throw an OFNoMemException in - freeMem:. It won't help anyway.

    If there's not even enough memory to make the list of memchunks
    smaller, there can't be much done anyway. The only way is to ignore
    it and hope the whole object gets free'd soon, as the memchunk will
    be free'd then as well.

    Additionally, the OFOutOfRangeException was replaced by an assert. It
    should never overflow here as we're making it smaller. And a size of 0
    can't happen as we already found the memchunk before. (user: js, size: 8105) [annotate] [blame] [check-ins using]


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.