[all-commits] [llvm/llvm-project] 46044a: [gwp-asan] Implement malloc_iterate.

Evgenii Stepanov via All-commits all-commits at lists.llvm.org
Mon Jan 27 14:37:42 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 46044a6900e81f7f3f0954266016eb49d1c099ab
      https://github.com/llvm/llvm-project/commit/46044a6900e81f7f3f0954266016eb49d1c099ab
  Author: Evgenii Stepanov <eugenis at google.com>
  Date:   2020-01-27 (Mon, 27 Jan 2020)

  Changed paths:
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.cpp
    M compiler-rt/lib/gwp_asan/guarded_pool_allocator.h
    M compiler-rt/lib/gwp_asan/tests/CMakeLists.txt
    A compiler-rt/lib/gwp_asan/tests/iterate.cpp
    M compiler-rt/lib/scudo/standalone/combined.h

  Log Message:
  -----------
  [gwp-asan] Implement malloc_iterate.

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

Reviewers: hctim, cferris

Subscribers: mgorny, mgrang, #sanitizers, llvm-commits

Tags: #sanitizers, #llvm

Differential Revision: https://reviews.llvm.org/D73305




More information about the All-commits mailing list