Files
windows-user-space-emulator/src/samples
Elias Bachaalany 651c020b87 Use stack-allocated ctx_t array instead of heap allocation
- Initialize ctxs[i] directly with aggregate initialization
- Pass address of stack object to CreateThread
- Use dot notation instead of arrow for member access
- Remove delete calls since no heap allocation

Co-authored-by: Maurice Heumann <momo5502@gmail.com>
2025-12-02 15:53:37 -08:00
..
2025-01-20 19:55:24 +01:00
2025-04-12 08:26:38 +02:00