Handle HeapCreate()/HeapDestroy() API for Windows
This commit is contained in:
parent
f0bc300198
commit
f27c787c4f
|
@ -978,6 +978,10 @@
|
||||||
<alloc init="true">LockServiceDatabase</alloc>
|
<alloc init="true">LockServiceDatabase</alloc>
|
||||||
<dealloc>UnlockServiceDatabase</dealloc>
|
<dealloc>UnlockServiceDatabase</dealloc>
|
||||||
</resource>
|
</resource>
|
||||||
|
<resource>
|
||||||
|
<alloc init="true">HeapCreate</alloc>
|
||||||
|
<dealloc>HeapDestroy</dealloc>
|
||||||
|
</resource>
|
||||||
<memory>
|
<memory>
|
||||||
<alloc>ExAllocatePool</alloc>
|
<alloc>ExAllocatePool</alloc>
|
||||||
<alloc>ExAllocatePoolWithQuota</alloc>
|
<alloc>ExAllocatePoolWithQuota</alloc>
|
||||||
|
|
Loading…
Reference in New Issue