]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/duktape-1.8.0/examples/alloc-torture/README.rst
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.8.0 / examples / alloc-torture / README.rst
CommitLineData
7c673cae
FG
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.