forked from xt-sys/exectos
Export memory manager pool allocation and free functions
This commit is contained in:
@@ -42,6 +42,10 @@
|
||||
@ stdcall KeSetTimer(ptr long long long ptr)
|
||||
@ stdcall KeSignalCallDpcDone(ptr)
|
||||
@ stdcall KeSignalCallDpcSynchronize(ptr)
|
||||
@ stdcall MmAllocatePool(long long ptr)
|
||||
@ stdcall MmAllocatePoolWithTag(long long ptr long)
|
||||
@ stdcall MmFreePool(ptr)
|
||||
@ stdcall MmFreePoolWithTag(ptr long)
|
||||
@ stdcall RtlClearAllBits(ptr)
|
||||
@ stdcall RtlClearBit(ptr long)
|
||||
@ stdcall RtlClearBits(ptr long long)
|
||||
|
||||
Reference in New Issue
Block a user