forked from pfqgauxfb/code-analysis
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
432 B
16 lines
432 B
<?xml version="1.0"?>
|
|
<def format="2">
|
|
<memory>
|
|
<alloc init="false" buffer-size="malloc">malloc</alloc>
|
|
<alloc init="true" buffer-size="calloc">calloc</alloc>
|
|
<realloc init="false" buffer-size="malloc:2">realloc</realloc>
|
|
<alloc arg="2">UuidToString</alloc>
|
|
<dealloc arg="3">HeapFree</dealloc>
|
|
</memory>
|
|
|
|
<resource>
|
|
<dealloc>fclose</dealloc>
|
|
<alloc init="true" arg="1">_wfopen_s</alloc>
|
|
</resource>
|
|
</def>
|