[PATCH] D50330: [RFC] Implement out-of-process allocator enumeration for macOS

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 11:09:02 PDT 2018


delcypher updated this revision to Diff 171733.
delcypher edited the summary of this revision.
delcypher added a comment.

New type safe and unified implementation based on discussions with @kcc.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D50330

Files:
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_allocator.h
  lib/sanitizer_common/sanitizer_allocator_bytemap.h
  lib/sanitizer_common/sanitizer_allocator_combined.h
  lib/sanitizer_common/sanitizer_allocator_primary32.h
  lib/sanitizer_common/sanitizer_allocator_primary64.h
  lib/sanitizer_common/sanitizer_allocator_secondary.h
  lib/sanitizer_common/sanitizer_internal_defs.h
  lib/sanitizer_common/sanitizer_local_object_view.h
  lib/sanitizer_common/sanitizer_remote_object_view.h
  lib/sanitizer_common/sanitizer_vm_read_context.h
  lib/sanitizer_common/sanitizer_vm_read_context_common.cc
  lib/sanitizer_common/sanitizer_vm_read_context_mac.cc
  lib/sanitizer_common/sanitizer_vm_read_context_stubs.cc
  lib/sanitizer_common/tests/sanitizer_allocator_test.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50330.171733.patch
Type: text/x-patch
Size: 43567 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181030/63f2f7e7/attachment.bin>


More information about the llvm-commits mailing list