[PATCH] D146324: scudo: Don't define mallinfo2 on Android.

Christopher Ferris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 17 14:05:32 PDT 2023


cferris added a comment.

Is it worth examining how we do this on Android? For example, should we remove the mallinfo2 alias for mallinfo, so that we don't have to make this change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146324



More information about the llvm-commits mailing list