tree: 0fcd12eb6fbdc1e9123f68a5a650831bb9d0ef96 [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 crashes in a GWP-ASan allocation are detected in the crash handler, additional debug information about the allocation/deallocation context is added to the crash minidump. See GWP-ASan documentation for more information.