• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: malloc was optimized out
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: malloc was optimized out


  • Subject: Re: malloc was optimized out
  • From: Carl Hoefs <email@hidden>
  • Date: Mon, 04 Jul 2016 19:19:52 -0700

RETURN VALUES
     If successful, calloc(), malloc(), realloc(), reallocf(), and valloc() functions return
     a pointer to allocated memory.  If there is an error, they return a NULL pointer and set
     errno to ENOMEM.

>> An implementation of malloc that never returns NULL is still compliant to the standard.

Have you tried checking errno after the malloc?
-Carl



> On Jul 4, 2016, at 7:13 PM, Dmitry Markman <email@hidden> wrote:
>
> thanks
>
> unfortunately you started to play with words
>
> I asked for ~250TB of data from my MacBook Pro with 1TB SSD and 16GB of RAM
>
> clearly that amount can’t be given (in any circumstances)
>
> so if compiler returns something that isn’t NULL it’s very troubling
>
> thanks again
>
> dm
>
>
>
>> On Jul 4, 2016, at 9:20 PM, Clark Cox <email@hidden> wrote:
>>
>>
>>> On Jul 4, 2016, at 15:53, Dmitry Markman <email@hidden> wrote:
>>>
>>> Hmm
>>>
>>> behavior you described is good receipt to un-robust software
>>>
>>> IMHO, all talks about “effective", “typically" and so on and on is matter of interpretation
>>>
>>> and are much less important than standard
>>
>> An implementation of malloc that never returns NULL is still compliant to the standard.
>>
>>> first of all there is a standard and nothing more. In some cases standard says that behavior is undefined
>>>
>>> but in case of “malloc" and "operator new” everything is well defined
>>
>> The standard says that malloc returns NULL in case of failure. It however, says nothing about what constitutes a failure, or *any* situations in which NULL must be returned..
>>
>>
>>
>> --
>> Clark Smith Cox III
>> email@hidden
>>
>
> Dmitry Markman
>
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list      (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: malloc was optimized out
      • From: Dmitry Markman <email@hidden>
References: 
 >malloc was optimized out (From: Dmitry Markman <email@hidden>)
 >Re: malloc was optimized out (From: Clark Cox <email@hidden>)
 >Re: malloc was optimized out (From: Dmitry Markman <email@hidden>)
 >Re: malloc was optimized out (From: Clark Cox <email@hidden>)
 >Re: malloc was optimized out (From: Dmitry Markman <email@hidden>)
 >Re: malloc was optimized out (From: Clark Cox <email@hidden>)
 >Re: malloc was optimized out (From: Dmitry Markman <email@hidden>)

  • Prev by Date: Re: malloc was optimized out
  • Next by Date: Re: malloc was optimized out
  • Previous by thread: Re: malloc was optimized out
  • Next by thread: Re: malloc was optimized out
  • Index(es):
    • Date
    • Thread