windows.cfg: Add buffer-size attribute to HeapAlloc(). (#1770)

This commit is contained in:
Sebastian 2019-03-30 08:07:44 +01:00 committed by GitHub
parent fe285f1df3
commit 74babafb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1165,7 +1165,7 @@
<dealloc>ExFreePoolWithTag</dealloc>
</memory>
<memory>
<alloc>HeapAlloc</alloc>
<alloc buffer-size="malloc:3">HeapAlloc</alloc>
<alloc>HeapReAlloc</alloc>
<dealloc arg="3">HeapFree</dealloc>
</memory>