[libc-commits] [PATCH] D150379: [libc] Implement a generic streaming interface in the RPC

Jon Chesterfield via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu May 11 09:32:19 PDT 2023


JonChesterfield added a comment.

How does deallocation happen here? I see the lambda using malloc on one path and new on another, but can't find a corresponding free for one of them


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150379/new/

https://reviews.llvm.org/D150379



More information about the libc-commits mailing list