[libc-commits] [PATCH] D150576: [libc][NFC] Clean up the memory buffer handling for RPC

Joseph Huber via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 15 07:47:56 PDT 2023


jhuber6 created this revision.
jhuber6 added reviewers: JonChesterfield, lntue, michaelrj, sivachandra.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
jhuber6 requested review of this revision.

We do a lot of arithmetic on void pointers here, so include a helper and
make some more consistent names. Changes no functionality.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D150576

Files:
  libc/src/__support/RPC/rpc.h
  libc/src/__support/RPC/rpc_util.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150576.522189.patch
Type: text/x-patch
Size: 5569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230515/71f6168a/attachment.bin>


More information about the libc-commits mailing list