windows.cfg: Add buffer-size attribute to HeapAlloc(). (#1770)
This commit is contained in:
parent
fe285f1df3
commit
74babafb21
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue