mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:26:00 +00:00
[SDK][RTL][NTDLL_APITEST] Add RtlMultipleAllocateHeap and RtlMultipleFreeHeap (#2641)
- Add RtlMultipleAllocateHeap and RtlMultipleFreeHeap functions (2k3+). - Add a testcase for two functions. CORE-12026
This commit is contained in:
parent
cb43d8a89a
commit
774ef4e80e
5 changed files with 351 additions and 13 deletions
|
@ -60,6 +60,7 @@ extern void func_RtlHandle(void);
|
|||
extern void func_RtlImageRvaToVa(void);
|
||||
extern void func_RtlIsNameLegalDOS8Dot3(void);
|
||||
extern void func_RtlMemoryStream(void);
|
||||
extern void func_RtlMultipleAllocateHeap(void);
|
||||
extern void func_RtlNtPathNameToDosPathName(void);
|
||||
extern void func_RtlpEnsureBufferSize(void);
|
||||
extern void func_RtlQueryTimeZoneInformation(void);
|
||||
|
@ -129,6 +130,7 @@ const struct test winetest_testlist[] =
|
|||
{ "RtlImageRvaToVa", func_RtlImageRvaToVa },
|
||||
{ "RtlIsNameLegalDOS8Dot3", func_RtlIsNameLegalDOS8Dot3 },
|
||||
{ "RtlMemoryStream", func_RtlMemoryStream },
|
||||
{ "RtlMultipleAllocateHeap", func_RtlMultipleAllocateHeap },
|
||||
{ "RtlNtPathNameToDosPathName", func_RtlNtPathNameToDosPathName },
|
||||
{ "RtlpEnsureBufferSize", func_RtlpEnsureBufferSize },
|
||||
{ "RtlQueryTimeZoneInformation", func_RtlQueryTimeZoneInformation },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue