Handle HeapCreate()/HeapDestroy() API for Windows

This commit is contained in:
Pierre Schweitzer 2015-05-19 18:37:22 +02:00
parent f0bc300198
commit f27c787c4f
1 changed files with 4 additions and 0 deletions

View File

@ -978,6 +978,10 @@
<alloc init="true">LockServiceDatabase</alloc>
<dealloc>UnlockServiceDatabase</dealloc>
</resource>
<resource>
<alloc init="true">HeapCreate</alloc>
<dealloc>HeapDestroy</dealloc>
</resource>
<memory>
<alloc>ExAllocatePool</alloc>
<alloc>ExAllocatePoolWithQuota</alloc>