-
f9d5d634
by Zhiyi Zhang at 2024-10-18T13:52:53+02:00
gitlab: Update generated files for static analysis.
-
a6bf181d
by Zhiyi Zhang at 2024-10-18T13:52:53+02:00
ntdll/tests: Add reserve object tests.
Add tests for object type IoCompletionReserve and UserApcReserve.
-
b21813fa
by Zhiyi Zhang at 2024-10-18T16:42:47+02:00
ntdll: Implement NtAllocateReserveObject().
React Native applications need a real kernel handle from NtAllocateReserveObject().
NtAllocateReserveObject() pre-allocates memory for objects to deal with low memory situations. Due
to no APIs in Wine actually uses NtAllocateReserveObject(), for now no memory is reserved.
-
3def17b9
by Zhiyi Zhang at 2024-10-18T16:42:47+02:00
ntdll/tests: Add NtAllocateReserveObject() tests.