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 d52e7c0526 Examples and extras fixes for #if(n)def 8 years ago
..
README.rst Example allocator with alloc/realloc/free logging 10 years ago
duk_alloc_logging.c Scanbuild fixes 9 years ago
duk_alloc_logging.h Examples and extras fixes for #if(n)def 8 years ago
log2gnuplot.py Split dist util, reorg tools, Python PEP8 8 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 Split dist util, reorg tools, Python PEP8 8 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.