[PATCH] D73305: [gwp-asan] Implement malloc_iterate.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 16:21:32 PST 2020


eugenis created this revision.
eugenis added reviewers: hctim, cferris.
Herald added subscribers: Sanitizers, mgrang, mgorny.
Herald added projects: Sanitizers, LLVM.

This is an Android-specific interface for iterating over all live
allocations in a memory range.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73305

Files:
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
  compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
  compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
  compiler-rt/lib/gwp_asan/tests/iterate.cpp
  compiler-rt/lib/scudo/standalone/combined.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73305.240044.patch
Type: text/x-patch
Size: 4908 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200124/f5cd21de/attachment-0001.bin>


More information about the llvm-commits mailing list