Files
swift-mirror/include/swift/Remote/MemoryReader.h
Augusto Noronha 95abf09e1d [NFC] Stack allocate buffer in readRemoteAddressImpl instead of malloc
Since this is only 4 or 8 bytes, it makes more sense (and is more
readable) to stack allocate the buffer instead of mallocking it.
2025-07-18 15:39:57 -07:00

13 KiB