Merge "core: Stop using AST_INLINE_API for allocator functions."

This commit is contained in:
Jenkins2
2018-03-21 10:46:30 -05:00
committed by Gerrit Code Review
13 changed files with 409 additions and 667 deletions

View File

@@ -78,11 +78,9 @@
<support_level>extended</support_level>
</member>
<member name="MALLOC_DEBUG" displayname="Keep Track of Memory Allocations">
<conflict>DEBUG_CHAOS</conflict>
<support_level>core</support_level>
</member>
<member name="DEBUG_CHAOS" displayname="Randomly FAIL memory allocations or other operations">
<conflict>MALLOC_DEBUG</conflict>
<support_level>core</support_level>
</member>
<member name="ADDRESS_SANITIZER" displayname="Address Sanitizer">