[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
Tue Nov 13 14:45:03 PST 2018


delcypher updated this revision to Diff 173940.
delcypher added a comment.

- s/ObjectView/AddressSpaceView/.
- More comments.
- Rewrite commit description.
- Move `LocalAddressSpaceView` into its own header file for consumption by other parts of the code in later patches.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D53975

Files:
  lib/sanitizer_common/CMakeLists.txt
  lib/sanitizer_common/sanitizer_allocator.h
  lib/sanitizer_common/sanitizer_allocator_secondary.h
  lib/sanitizer_common/sanitizer_local_address_space_view.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53975.173940.patch
Type: text/x-patch
Size: 5622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181113/8576e982/attachment.bin>


More information about the llvm-commits mailing list