Alexandre Julliard pushed to branch master at wine / wine
Commits: 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.
- - - - -
15 changed files:
- dlls/ntdll/ntdll.spec - dlls/ntdll/ntsyscalls.h - dlls/ntdll/signal_arm64ec.c - dlls/ntdll/tests/om.c - dlls/ntdll/unix/server.c - dlls/wow64/syscall.c - include/wine/server_protocol.h - include/winternl.h - server/directory.c - server/object.c - server/object.h - server/protocol.def - server/request.h - server/trace.c - tools/gitlab/build.yml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2334b9bf8efb971def72bb8f012e58...