Skip to content
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

Add all memory allocation ucrtbase APIs to the hardbound list #73190

Merged
merged 2 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion src/coreclr/nativeaot/BuildIntegration/WindowsAPIs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2334,9 +2334,30 @@ ws2_32!WSCUnInstallNameSpace
ws2_32!WSCUpdateProvider
ws2_32!WSCWriteNameSpaceOrder
ws2_32!WSCWriteProviderOrder
ucrtbase!_aligned_malloc
ucrtbase!_aligned_free
ucrtbase!_aligned_malloc
ucrtbase!_aligned_msize
ucrtbase!_aligned_offset_malloc
ucrtbase!_aligned_offset_realloc
ucrtbase!_aligned_offset_recalloc
ucrtbase!_aligned_realloc
ucrtbase!_aligned_recalloc
ucrtbase!_calloc_base
ucrtbase!_free_base
ucrtbase!_malloc_base
ucrtbase!_msize
ucrtbase!_realloc_base
ucrtbase!_recalloc
ucrtbase!calloc
ucrtbase!free
ucrtbase!malloc
ucrtbase!memchr
ucrtbase!memcmp
ucrtbase!memcpy
ucrtbase!memcpy_s
ucrtbase!memmove
ucrtbase!memmove_s
ucrtbase!memset
ucrtbase!realloc
ucrtbase!wmemcpy_s
ucrtbase!wmemmove_s