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 5fd84da843 Fix -Wcast-align problems in examples 9 years ago
..
README.rst Example allocator with alloc/realloc/free logging 10 years ago
duk_alloc_logging.c Fix -Wcast-align problems in examples 9 years ago
duk_alloc_logging.h Example allocator with alloc/realloc/free logging 10 years ago
log2gnuplot.py Pool simulator for optimizing pool configurations 10 years ago
pool_config_1.json Some example pool configs 10 years ago
pool_config_2.json Some example pool configs 10 years ago
pool_config_3.json Some example pool configs 10 years ago
pool_simulator.py Pool simulator for optimizing pool configurations 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.