Clean up inaccuracies in `noalias` by BillyONeal · Pull Request #45 · MicrosoftDocs/cpp-docs · GitHub
Skip to content

Clean up inaccuracies in noalias#45

Closed
BillyONeal wants to merge 1 commit into
MicrosoftDocs:masterfrom
BillyONeal:master
Closed

Clean up inaccuracies in noalias#45
BillyONeal wants to merge 1 commit into
MicrosoftDocs:masterfrom
BillyONeal:master

Conversation

@BillyONeal

Copy link
Copy Markdown
Contributor

42: The word directly was written in code font, but the intent here was for it to be in italics.
47: Removed note that malloc (and by extension, free) are annoated __declspec(noalias). malloc and free touch errno, which is a global variable not directly pointed at by one of their parameters, and thus are inappropriate to mark with noalias.

42: The word directly was written in code font, but the intent here was for it to be in italics.
47: Removed note that `malloc` (and by extension, free) are annoated __declspec(noalias). `malloc` and `free` touch errno, which is a global variable not directly pointed at by one of their parameters, and thus are inappropriate to mark with noalias.
@msftclas

Copy link
Copy Markdown

@BillyONeal

Copy link
Copy Markdown
Contributor Author

@BillyONeal BillyONeal closed this Jul 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants