]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/third_party/duktape-1.8.0/examples/alloc-torture/README.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / src / third_party / duktape-1.8.0 / examples / alloc-torture / README.rst
CommitLineData
1e59de90
TL
1==========================================
2Allocator with memory wiping and red zones
3==========================================
4
5Example allocator that wipes memory on free and checks that no out-of-bounds
6writes have been made to bytes just before and after the allocated area.
7
8Valgrind is a better tool for detecting these memory issues, but it's not
9available for all targets so you can use something like this to detect
10memory lifecycle or out-of-bounds issues.