[PATCH] D53975: Start adding the supporting code to perform out-of-process allocator enumeration.
Kamil Rytarowski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 7 16:13:23 PST 2018
krytarowski added a comment.
In https://reviews.llvm.org/D53975#1289005, @kubamracek wrote:
> They're not open source. The interface to them is at https://opensource.apple.com/source/Libc/Libc-498/include/malloc/malloc.h.
It looks like mallinfo from GNU or similar and it looks like closely tied to Darwin internals, so it does not seem to be reusable by others.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D53975
More information about the llvm-commits
mailing list