[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 14:00:32 PST 2018


kubamracek added a comment.

Okay, let's initially remove the header file and just move the struct into the .inc file. We can always move it to a separate header later if needed.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D54045





More information about the llvm-commits mailing list