Sweden-Number/dlls/ntdll/tests
Rémi Bernon 8a765533d6 ntdll: Implement zero_bits parameter in virtual alloc functions.
Use alloc_area.limit field to limit the search in reserved areas to the
desired memory range, or call find_free_area to get a pointer to a free
memory region which matches the zero_bits constraint, then mmap it with
MAP_FIXED flag.

Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-08-13 12:29:45 +02:00
..
Makefile.in ntdll/tests: Move NtAllocateVirtualMemory tests that were in kernel32. 2019-06-11 18:18:39 +02:00
atom.c
change.c
directory.c
env.c
error.c
exception.c ntdll/tests: Avoid the comma operator. 2019-04-29 22:23:34 +02:00
file.c ntdll: Ignore -1 time value same as 0 when setting file times. 2019-08-09 10:03:19 +02:00
generated.c
info.c ntdll: Change zero_bits parameter type to ULONG_PTR for NtMapViewOfSection and NtAllocateVirtualMemory. 2019-08-13 12:11:15 +02:00
large_int.c
ntdll_test.h
om.c ntdll/tests: Fix a string leak (Valgrind). 2019-05-31 21:32:26 +02:00
path.c ntdll: Don't use toupper in RtlIsNameLegalDOS8Dot3 tests. 2019-03-26 13:50:24 +01:00
pipe.c ntdll/tests: A spelling fix in a comment. 2019-08-08 17:53:36 +02:00
port.c
reg.c
rtl.c ntdll: Initialize critical section debug info with correct pointer value. 2019-04-30 20:08:04 +02:00
rtlbitmap.c
rtlstr.c
string.c ntdll: Implement _snprintf_s and _vsnprintf_s. 2019-07-03 23:44:24 +02:00
threadpool.c ntdll/threadpool: Add support for callback priority. 2019-03-13 10:59:50 +01:00
time.c
virtual.c ntdll: Implement zero_bits parameter in virtual alloc functions. 2019-08-13 12:29:45 +02:00