You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sami Vaarala 169296ca04 Example allocator with alloc/realloc/free logging 10 years ago
..
README.rst Example allocator with alloc/realloc/free logging 10 years ago
duk_alloc_logging.c Example allocator with alloc/realloc/free logging 10 years ago
duk_alloc_logging.h Example allocator with alloc/realloc/free logging 10 years ago
log2gnuplot.py Example allocator with alloc/realloc/free logging 10 years ago

README.rst

======================
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.