reactos/rostests/apitests/ntdll
Thomas Faber 246357c187 [NTDLL_APITEST]
- Add NtAllocateVirtualMemory test, which is a small stress test for virtual memory allocation/freeing/reuse
- Can be used to reproduce bug 5857 in third stage (install with VT-x enabled, then disable for the test)
- Shows that the bug is a race condition in Mm, and not heap's fault
- I've put ASSERTs instead of ok's for easier debugging

svn path=/trunk/; revision=54548
2011-11-30 17:00:23 +00:00
..
i386 [NTDLL_APITEST] 2011-01-29 14:47:29 +00:00
CMakeLists.txt [NTDLL_APITEST] 2011-11-30 17:00:23 +00:00
NtAllocateVirtualMemory.c [NTDLL_APITEST] 2011-11-30 17:00:23 +00:00
ntdll_apitest.rbuild [NTDLL_APITEST] 2011-11-30 17:00:23 +00:00
NtFreeVirtualMemory.c [NTDLL_APITEST] 2011-09-03 19:44:07 +00:00
RtlInitializeBitMap.c [NTDLL_APITEST] 2010-08-26 02:29:19 +00:00
sprintf.c [NTDLL_APITEST] 2011-02-11 21:22:18 +00:00
SystemInfo.c [ntdll_apitests] 2011-10-11 15:29:25 +00:00
testlist.c [NTDLL_APITEST] 2011-11-30 17:00:23 +00:00
ZwContinue.c