]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/src/third_party/duktape-1.3.0/examples/alloc-logging/README.rst
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.3.0 / examples / alloc-logging / README.rst
1 ======================
2 Allocator with logging
3 ======================
4
5 Example allocator that writes all memory alloc/realloc/free calls into a
6 log file so that memory usage can replayed later. This is useful to e.g.
7 optimize pool sizes.