[PATCH] D54045: Introduce `sanitizer_malloc_introspect_t` for Darwin which is a sub-class of Darwin's `malloc_introspection_t` and use it when setting up the malloc zone.

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 5 12:16:07 PST 2018


kubamracek added a comment.

Looks good. I assume the struct definition cannot be moved into the .inc file because we're going to need to access it from other places?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D54045





More information about the llvm-commits mailing list