[libc-commits] [PATCH] D150309: [libc][rpc] Allocate locks array within process
Jon Chesterfield via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 10 14:30:33 PDT 2023
JonChesterfield added a comment.
Main motivation is to make the client/server allocation simpler before extending the test coverage for these classes
================
Comment at: libc/src/__support/RPC/rpc.h:107
+ enum { maximum_port_count = 128 };
+
----------------
Number doesn't matter hugely at this point, have gone with deliberately != default_port_count.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150309/new/
https://reviews.llvm.org/D150309
More information about the libc-commits
mailing list