-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
memory debug tracking annotates whether the returns pointer does not … #9306
Conversation
d1ea094
to
1e58f0c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, this seems clever!
Visual Studio 2015 however, is not happy:
|
ah ok 2015 ... ok I m going to remove this specific attr |
1e58f0c
to
b4d5730
Compare
The attributes are required on the implementation too to fix the MSVC build (visible on AppVeyor). Looks good to me apart from that! |
…`alias`, hints where the size required is, for Windows to be better debuggued via Visual Studio.
b4d5730
to
a907092
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! The remaining CI failures look unrelated to me.
memory debug tracking annotates whether the returned pointer does not `alias`, hints where the size required is, for Windows to be better debugged via Visual Studio. Closes curl/curl#9306
…
alias
,hints where the size required is, for Windows to be better debuggued
via Visual Studio.