We do a lot of arithmetic on void pointers here, so include a helper and
make some more consistent names. Changes no functionality.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Size is shorter than the existing names but more likely to be conflated with the array length or number of ports. How about inbox_bytes or similar?
libc/src/__support/RPC/rpc.h | ||
---|---|---|
287 | Use the template parameter directly please. Memory layout is a compile time property, routing it through a function parameter obfuscates that. |
Use the template parameter directly please. Memory layout is a compile time property, routing it through a function parameter obfuscates that.