[SDK][RTL][NTDLL_APITEST] Add RtlMultipleAllocateHeap and RtlMultipleFreeHeap (#2641)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Fri, 24 Apr 2020 08:45:43 +0000 (17:45 +0900)
committerGitHub <noreply@github.com>
Fri, 24 Apr 2020 08:45:43 +0000 (17:45 +0900)
commit774ef4e80e8fe150f854cd9c009253c434096add
treec999900a3cc2e1e0ac1eb65cc98d0f9d0b9eaa7b
parentcb43d8a89a58781dff9831e10ceb554617d88eb8
[SDK][RTL][NTDLL_APITEST] Add RtlMultipleAllocateHeap and RtlMultipleFreeHeap (#2641)

- Add RtlMultipleAllocateHeap and RtlMultipleFreeHeap functions (2k3+).
- Add a testcase for two functions.
CORE-12026
modules/rostests/apitests/ntdll/CMakeLists.txt
modules/rostests/apitests/ntdll/RtlMultipleAllocateHeap.c [new file with mode: 0644]
modules/rostests/apitests/ntdll/testlist.c
sdk/include/ndk/rtlfuncs.h
sdk/lib/rtl/heap.c