OVMS3/OVMS.V3/components/duktape/examples/alloc-logging
2022-04-06 00:04:46 +02:00
..
duk_alloc_logging.c Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
duk_alloc_logging.h Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
log2gnuplot.py Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00
README.rst Initial commit, fork from original Project 2022-04-06 00:04:46 +02:00

======================
Allocator with logging
======================

Example allocator that writes all memory alloc/realloc/free calls into a
log file so that memory usage can replayed later.  This is useful to e.g.
optimize pool sizes.