tree: fe3df883dedad6971596364a05da69ed7d3b1b88 [path history] [tgz]
  1. client/
  2. common/
  3. crash_handler/
  4. BUILD.gn
  5. OWNERS
  6. README.md
components/gwp_asan/README.md

GWP-ASan is a sampling debug allocator, similar to ElectricFence or Page Heap, intended to detect heap memory errors in the wild. When memory errors with a GWP-ASan allocation occur, the process crashes and the crash handler detects that the exception happened in a GWP-ASan allocation and adds additional debug information about the allocation/deallocation context to the crash minidump. See the GWP-ASan documentation for more information.