Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
..
buildflags 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
client 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
common 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
crash_handler 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 il y a 1 an

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.