[PATCH] D53975: Start adding the supporting code to perform out-of-process allocator enumeration.
    Dan Liew via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Nov  9 06:13:48 PST 2018
    
    
  
delcypher added a comment.
In https://reviews.llvm.org/D53975#1291024, @krytarowski wrote:
> 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.
The complete implementation will be darwin specific. However the changes we will be making to the allocators themselves will be platform agnostic so it will be possible to build tools on top of this.
Repository:
  rCRT Compiler Runtime
https://reviews.llvm.org/D53975
    
    
More information about the llvm-commits
mailing list