[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
       
    Thu Nov  1 15:55:31 PDT 2018
    
    
  
delcypher updated this revision to Diff 172259.
delcypher added a comment.
Herald added a subscriber: mgorny.
- Simplify the way we make new instances of `ObjectView<ObjectTy>` by introducing a `MakeView(...)` function
- Add an implicit conversion operator to `LocalObjectView<ObjectTy>` so it can be implicitly converted to `ObjectTy&`. This allows us to simplify the code a bit.
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_object_view.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53975.172259.patch
Type: text/x-patch
Size: 6574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181101/4e8a85bd/attachment.bin>
    
    
More information about the llvm-commits
mailing list